diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-04-14 18:21:38 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-04-14 18:21:38 +0200 |
commit | 61a5b9e74358a0bc30b29b9b6353a313eb9ceef2 (patch) | |
tree | e814e799d798c4ef6b30225b685716c76e363e3b /make | |
parent | 187f0401dd829524c39be18c6ef2b564f472fb4d (diff) |
Added Tmux plugin manager
Diffstat (limited to 'make')
-rwxr-xr-x | make | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -35,3 +35,13 @@ rm -rf .vim/bundle mkdir .vim/bundle git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle vim +PluginInstall +qall + +cd $dir +cd mutt +mkdir temp + +# Tmux +cd +rm -rf .tmux +git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +tmux source-file ~/.tmux.conf |