From 2260c31e9684bb0b24492b990ba2b293a4aacc8e Mon Sep 17 00:00:00 2001 From: Brandon Cornejo Date: Mon, 22 Apr 2013 12:02:06 -0500 Subject: [PATCH] Added zsh --- install.sh | 6 +++++- oldsh.bak | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 oldsh.bak diff --git a/install.sh b/install.sh index 76f5468..c80b2c6 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash dir=~/dotfiles -files="vimrc tmux.conf conkyrc" +files="vimrc tmux.conf zshrc conkyrc" cd $dir for file in $files; do @@ -16,3 +16,7 @@ if [ ! -d ~/.vim/bundle/vundle ]; then vim +BundleInstall +qall fi +if [ ! -d ~/.oh-my-zsh ]; then + wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh + chsh -s 'which zsh' +fi diff --git a/oldsh.bak b/oldsh.bak deleted file mode 100644 index 8d1c8b6..0000000 --- a/oldsh.bak +++ /dev/null @@ -1 +0,0 @@ -