1
0
Fork 0
mirror of synced 2024-06-01 14:41:09 -04:00

Add install script to symlink tmux configs to expected location

This commit is contained in:
Tiffany Lin 2020-10-03 09:40:46 -07:00
parent ebd29ab5d5
commit aa57274df9

3
install.sh Executable file
View file

@ -0,0 +1,3 @@
ln -sf $HOME/.tmux/tmux.conf $HOME/.tmux.conf
ln -sf $HOME/.tmux/tmux.conf.local $HOME/.tmux.conf.local
echo "Installed tmux dotfiles"