diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ ln -is $(realpath bspwm) ~/.config/bspwm ln -is $(realpath sxhkd) ~/.config/sxhkd -ln -is $(realpath conkyrc) ~/.config/conkyrc +ln -is $(realpath conkyrc) ~/.conkyrc +ln -is $(realpath tmux.conf) ~/.tmux.conf |