Skip to content

Instantly share code, notes, and snippets.

View bitterhalt's full-sized avatar
🏴‍☠️

bitterhalt

🏴‍☠️
View GitHub Profile
@gingkapls
gingkapls / waybar-config
Created December 21, 2020 14:08
Wayland recording with waybar indicator
"custom/wf-recorder": {
"format": "{}",
"interval": "once",
"exec": "echo ''",
"tooltip": "false",
"exec-if": "pgrep 'wf-recorder'",
"on-click": "exec $HOME/.scripts/wlrecord.sh",
"signal": 8
}
@keilmillerjr
keilmillerjr / Creating an AUR Package.md
Last active October 1, 2025 02:41
How to create and manage an AUR package. #AUR #ARCH #makepkg #PKGBUILD
# Luke's config for the Zoomer Shell
# Enable colors and change prompt:
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
# History in cache directory:
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/history
If 2fa is enabled on github switch to ssh instead of https on linux
1. generate an ssh keypair on your linux box
ssh-keygen -t {rsa|dsa}
2. add the public key to github: profile - settings - ssh keys
3. switch from https to ssh
Check your repo remote: