master
Arne Schauf 9 years ago
parent becb55eb0a
commit 5bae715fda
  1. 4
      init_server.sh
  2. 2
      ohmyzshrc

@ -1,9 +1,5 @@
mkdir -p ~/.backup mkdir -p ~/.backup
ln -snf `pwd`/vimrc ~/.vimrc ln -snf `pwd`/vimrc ~/.vimrc
ln -snf `pwd`/tmux.server.conf ~/.tmux.conf ln -snf `pwd`/tmux.server.conf ~/.tmux.conf
ln -snf `pwd`/zshrc.local ~/.zshrc.local
ln -snf `pwd`/zshrc ~/.zshrc
ln -snf `pwd`/gitconfig ~/.gitconfig ln -snf `pwd`/gitconfig ~/.gitconfig
ln -snf `pwd`/gitignore ~/.gitignore ln -snf `pwd`/gitignore ~/.gitignore
# set up vim
#vim +BundleInstall! +qall

@ -55,7 +55,7 @@ ZSH_THEME="gentoo"
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(git cp dirpersist tmux debian virtualenvwrapper ssh-agent) plugins=(git cp dirpersist tmux debian virtualenvwrapper ssh-agent)
zstyle :omz:plugins:ssh-agent identities id_rsa id_sss zstyle :omz:plugins:ssh-agent identities id_rsa
# User configuration # User configuration

Loading…
Cancel
Save