commit 17b2b7e96171423018e4415079f04a779436cb46 (patch) parent 5bef1b14caaf0a48555bb433872b07626bc7f3ac Author: Alexander Karle <akarle@umass.edu> Date: Mon, 29 Jan 2018 21:12:57 +0000 adding tmux link to setup Diffstat:
M | setup.sh | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/setup.sh b/setup.sh @@ -22,3 +22,6 @@ if [ ! -d $FTPLUGDIR ]; then fi ln -s $GITVIM/ftplugin/tex.vim $FTPLUGDIR/tex.vim + +# Link tmux conf +ln -s ~/git/dotfiles/tmux.conf ~/.tmux.conf