Added tmux configuration

This commit is contained in:
hellerve
2015-03-30 15:06:42 +02:00
parent 72495de4f9
commit 8e46a21046
3 changed files with 12 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
all:bash ghc git python valgrind vim zsh
all:bash ghc git python tmux valgrind vim zsh
bash:
cp bash_profile ~/.bash_profile
@@ -13,6 +13,9 @@ git:
python:
cp pythonrc ~/.pythonrc
tmux:
cp tmux.conf ~/.tmux.conf
valgrind:
cp valgrindrc ~/.valgrindrc