commit 8b7a1bcca1b2ef140b1fa6fd2d2d22cbb63c8ffd parent e3bf2aaf94f5133e7e4c31134bf587ee7bf827f4 Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Thu, 3 Oct 2013 22:08:59 +0200 changed to custom zsh theme Diffstat:
M | .zshrc | | | 3 | ++- |
M | install.sh | | | 4 | +++- |
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.zshrc b/.zshrc @@ -8,7 +8,8 @@ ZSH=$HOME/.oh-my-zsh #ZSH_THEME="robbyrussell" #ZSH_THEME="gnzh" #ZSH_THEME="agnoster" -ZSH_THEME="ys" +#ZSH_THEME="ys" +ZSH_THEME="ys-mod" # Example aliases # alias zshconfig="mate ~/.zshrc" diff --git a/install.sh b/install.sh @@ -4,7 +4,9 @@ ./create_symlinks.sh # Clone oh-my-zsh -git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh +OMZDIR=~/.oh-my-zsh +git clone https://github.com/robbyrussell/oh-my-zsh.git $OMZDIR +wget https://cs.au.dk/\~adc/files_nonpub/ys-mod.zsh-theme -O $OMZDIR/themes/ys-mod.zsh-theme # Install Vundle git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle