summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/make b/make
index bea5c92..0e1cfb7 100755
--- a/make
+++ b/make
@@ -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