init zsh on server

master
Arne Schauf 9 years ago
parent 5bae715fda
commit 5e411d7a01
  1. 5
      init_server.sh

@ -3,3 +3,8 @@ ln -snf `pwd`/vimrc ~/.vimrc
ln -snf `pwd`/tmux.server.conf ~/.tmux.conf
ln -snf `pwd`/gitconfig ~/.gitconfig
ln -snf `pwd`/gitignore ~/.gitignore
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

Loading…
Cancel
Save