diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..01664f1 --- /dev/null +++ b/install.sh @@ -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"