summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-05-04 12:38:10 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-05-04 12:38:10 +0100
commit9b8c4db81cc090e516efaa37c3a61fb38eacc0b3 (patch)
tree7b4b95df737d1d4d79748687a0a16bf6081387d3 /make
parented33b82654d2c5099d73394a806cb31e53cec4ce (diff)
Added git hooks for ctags
Diffstat (limited to 'make')
-rwxr-xr-xmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/make b/make
index 1f464de..30891b3 100755
--- a/make
+++ b/make
@@ -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