Add a tmux conf

This commit is contained in:
Jonny Barnes 2017-12-10 12:01:30 +00:00
parent abeb864a3c
commit 9125b39d3e
2 changed files with 11 additions and 0 deletions

View file

@ -14,6 +14,7 @@ test -L $HOME/.gitignore || ln -f -s $BASEDIR/gitignore $HOME/.gitignore
test -L $HOME/.hushlogin || ln -f -s $BASEDIR/hushlogin $HOME/.hushlogin
test -d $HOME/.ncmpcpp || mkdir $HOME/.ncmpcpp
test -L $HOME/.ncmpcpp/config || ln -f -s $BASEDIR/ncmpcpp $HOME/.ncmpcpp/config
test -L $HOME/.tmux.conf || ln -f -s $BASEDIR/tmux $HOME/.tmux.conf
test -L $HOME/.functions.zsh || ln -f -s $BASEDIR/functions.zsh $HOME/.functions.zsh
test -L $HOME/.zshrc || ln -f -s $BASEDIR/zshrc $HOME/.zshrc