Browse Source

Added zsh

neuraflash
Brandon Cornejo 11 years ago
parent
commit
2260c31e96
  1. 6
      install.sh
  2. 1
      oldsh.bak

6
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

1
oldsh.bak

@ -1 +0,0 @@
Loading…
Cancel
Save