Add bspwmrc and sxhkdrc

This commit is contained in:
mitchell 2020-05-15 17:54:40 -04:00
parent bad8be4a2c
commit 81b1861545
3 changed files with 149 additions and 0 deletions

2
sync
View file

@ -19,6 +19,8 @@ if ! test -e ~/.config; mkdir ~/.config; end
rsync -aP ./.config/fish ~/.config/
rsync -aP ./.config/kitty ~/.config/
rsync -aP ./.config/nvim ~/.config/
rsync -aP ./.config/bspwm ~/.config/
rsync -aP ./.config/sxhkd ~/.config/
rsync -aP ./.gitconfig ~/
rsync -aP ./.tmux* ~/
rsync -aP ./.vim* ~/