From 306724bcbac71f51ef63aed478cb7099cbb7ac9d Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Tue, 2 Feb 2016 15:08:09 +0100 Subject: [PATCH] stuff --- init_server.sh | 5 +++++ ohmyzshrc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/init_server.sh b/init_server.sh index 6ed7aef..4c8c78d 100755 --- a/init_server.sh +++ b/init_server.sh @@ -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 diff --git a/ohmyzshrc b/ohmyzshrc index 3a29559..af969ce 100644 --- a/ohmyzshrc +++ b/ohmyzshrc @@ -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