From aa57274df9fdb30544090bb9545de3490b630cb8 Mon Sep 17 00:00:00 2001 From: Tiffany Lin Date: Sat, 3 Oct 2020 09:40:46 -0700 Subject: [PATCH] Add install script to symlink tmux configs to expected location --- install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 install.sh 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"