diff --git a/init_server.sh b/init_server.sh index 6ed7aef..21e1797 100755 --- a/init_server.sh +++ b/init_server.sh @@ -1,9 +1,5 @@ mkdir -p ~/.backup ln -snf `pwd`/vimrc ~/.vimrc 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`/gitignore ~/.gitignore -# set up vim -#vim +BundleInstall! +qall diff --git a/ohmyzshrc b/ohmyzshrc index 720b863..025f043 100644 --- a/ohmyzshrc +++ b/ohmyzshrc @@ -55,7 +55,7 @@ ZSH_THEME="gentoo" # Add wisely, as too many plugins slow down shell startup. 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