Skip to content
View peltho's full-sized avatar
  • France

Block or report peltho

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tufw tufw Public

    Terminal UI for ufw

    Go 107 3

  2. Svelte cheatsheet Svelte cheatsheet
    1
    ## Svelte cheatsheet
    2
    
                  
    3
    [Doc examples](https://svelte.dev/examples)
    4
    
                  
    5
    ### Table of Contents
  3. dotfiles dotfiles Public

    Dotfiles for a decent working env

    Shell 1

  4. unix-backup unix-backup Public

    backup in unix fs

  5. Yabai config file (OSX) Yabai config file (OSX)
    1
    #!/usr/bin/env sh
    2
    
                  
    3
    # *yabai --load-sa* is configured to run through sudo without a password
    4
    sudo yabai --load-sa
    5
    yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
  6. Updating RPI4 EEPROM for ArchARM Updating RPI4 EEPROM for ArchARM
    1
    pacman -Syu --needed git python3 binutils
    2
    
                  
    3
    git clone https://github.com/raspberrypi/rpi-eeprom.git /opt/rpi-eeprom
    4
    mkdir -p /lib/firmware/raspberrypi
    5
    ln -s /opt/rpi-eeprom/firmware-2711/ /lib/firmware/raspberrypi/bootloader