dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 7665d2490cf8da95876e43a8b2732af8bf05f5f0
parent 61c2969316a3ca910be9b8a0300e1e63b54a020a
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri,  4 Oct 2013 09:45:14 +0200

changed to modified gnzh theme

Diffstat:
M.zshrc | 3++-
Minstall.sh | 1+
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc @@ -7,9 +7,10 @@ ZSH=$HOME/.oh-my-zsh # time that oh-my-zsh is loaded. #ZSH_THEME="robbyrussell" #ZSH_THEME="gnzh" +ZSH_THEME="gnzh-mod" #ZSH_THEME="agnoster" #ZSH_THEME="ys" -ZSH_THEME="ys-mod" +#ZSH_THEME="ys-mod" # Example aliases # alias zshconfig="mate ~/.zshrc" diff --git a/install.sh b/install.sh @@ -7,6 +7,7 @@ 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 +wget https://cs.au.dk/\~adc/files_nonpub/gnzh-mod.zsh-theme -O $OMZDIR/themes/gnzh-mod.zsh-theme # Install Vundle git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle