Added tmux.conf to makefile

This commit is contained in:
2017-12-15 10:10:03 -05:00
parent b72bfada65
commit 730be9a3fd
2 changed files with 113 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ softlinks: dependencies
@test -L ${HOME}/.ssh/config || ln -s ${HOME}/dotfiles/.ssh/config ${HOME}/.ssh/config
@test -L ${HOME}/.gitconfig || ln -s ${HOME}/dotfiles/.gitconfig ${HOME}/.gitconfig
@test -L ${HOME}/.gitignore || ln -s ${HOME}/dotfiles/.gitignore ${HOME}/.gitignore
@test -L ${HOME}/.tmux.conf || ln -s ${HOME}/dotfiles/.tmux.conf ${HOME}/.tmux.conf
gitconfig: dependencies softlinks