master
Arne Schauf 9 years ago
parent af6f3b9479
commit 306724bcba
  1. 5
      init_server.sh
  2. 4
      ohmyzshrc

@ -7,3 +7,8 @@ ln -snf `pwd`/gitconfig ~/.gitconfig
ln -snf `pwd`/gitignore ~/.gitignore
# set up vim
#vim +BundleInstall! +qall
echo "Installing oh-my-zsh..."
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
ln -snf `pwd`/ohmyzshrc ~/.zshrc

@ -53,9 +53,9 @@ ZSH_THEME="clean"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git cp dirpersist tmux debian virtualenvwrapper ssh-agent)
plugins=(git cp dirpersist tmux ssh-agent)
zstyle :omz:plugins:ssh-agent identities id_rsa id_sss
zstyle :omz:plugins:ssh-agent identities id_rsa
# User configuration

Loading…
Cancel
Save