1
1
Fork 0

Add sway config

This commit is contained in:
Jonathan Schleifer 2021-09-14 15:59:23 +00:00
parent d46b50668b
commit 8cf0c1c9c9
2 changed files with 225 additions and 0 deletions

View file

@ -48,6 +48,7 @@ if have gpg || have gpg2; then
mkdir -p $HOME/.local/share/gnupg
link_file gpg.conf .local/share/gnupg/gpg.conf ../../../
fi
have sway && link_file sway .config/sway ../
have tmux && link_file tmux .config/tmux ../
have vim && link_file vim .config/vim ../
have youtube-dl && link_file youtube-dl .config/youtube-dl ../