diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-05-04 12:38:10 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-05-04 12:38:10 +0100 |
commit | 9b8c4db81cc090e516efaa37c3a61fb38eacc0b3 (patch) | |
tree | 7b4b95df737d1d4d79748687a0a16bf6081387d3 /make | |
parent | ed33b82654d2c5099d73394a806cb31e53cec4ce (diff) |
Added git hooks for ctags
Diffstat (limited to 'make')
-rwxr-xr-x | make | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ dir=~/dotfiles olddir=~/dotfiles_old # Files to sync -files="vim vimrc mutt passwords vifm msmtprc bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc offlineimap.py inputrc latexmkrc crontab gitconfig tmuxlinerc" +files="vim vimrc mutt passwords vifm msmtprc bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc offlineimap.py inputrc latexmkrc crontab gitconfig git_template tmuxlinerc" rm -rf $olddir mkdir -p $olddir @@ -41,7 +41,7 @@ cd mutt mkdir temp # Tmux -cd +cd rm -rf .tmux git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm tmux source-file ~/.tmux.conf |