mirror of
1
0
Fork 0

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
1 changed files with 3 additions and 0 deletions

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"