Merge branch 'master' of github.com:asmaps/dotfiles

master
Arne Schauf 9 years ago
commit 1bb35a61fb
  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,8 +55,8 @@ ZSH_THEME="gentoo"
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(tmux virtualenvwrapper ssh-agent extract) plugins=(tmux virtualenvwrapper ssh-agent extract)
zstyle :omz:plugins:ssh-agent identities id_rsa id_sss
zstyle ':completion:*' special-dirs true zstyle ':completion:*' special-dirs true
zstyle :omz:plugins:ssh-agent identities id_rsa
# User configuration # User configuration

Loading…
Cancel
Save