From 17b2b7e96171423018e4415079f04a779436cb46 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Mon, 29 Jan 2018 21:12:57 +0000 Subject: [PATCH] adding tmux link to setup --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index 7256efa..fecdcbb 100644 --- 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 -- libgit2 0.28.4