Various minor updates and fixes

- add ~/.gitconfig
  - update hardcoded home directory links to `~`
  - Switch to using cargo/rustup's auto-generated fish config file instead of handling it in custom.fish
This commit is contained in:
askiiart 2024-09-23 10:08:46 -05:00
parent 012e9b835f
commit f11647376f
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
13 changed files with 28 additions and 14 deletions

View file

@ -75,3 +75,5 @@ bindsym Mod4+Mod1+Left exec "pactl set-sink-volume @DEFAULT_SINK@ -2%"
exec "command_exists() { type '$1' &>/dev/null; }; if command_exists 'xbps-install'; then pipewire; fi"
exec "kanshi"
bindsym Mod4+Shift+N exec "pkill -9 swaync; swaync"