Added tmux handling.

This commit is contained in:
Bartek Stalewski 2013-08-19 11:42:09 +02:00
parent c5d9011aad
commit b56d656bc5
2 changed files with 73 additions and 1 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# cleaning
rm -rf ~/.dotfiles ~/.oh-my-zsh ~/.zshrc ~/.vim ~/.vimrc ~/.gvimrc ~/.gitignore
rm -rf ~/.dotfiles ~/.oh-my-zsh ~/.zshrc ~/.vim ~/.vimrc ~/.gvimrc ~/.gitignore ~/.tmux.conf
# zsh
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
@ -34,3 +34,6 @@ git checkout -b develop origin/develop
# .gitignore
ln -sf ~/.dotfiles/gitignore ~/.gitignore
# tmux
ln -sf ~/.dotfiles/tmux.conf ~/.tmux.conf