Browse Source

Install Oh My Zsh

Frans Bergman 5 years ago
parent
commit
33c1b7f944
1 changed files with 5 additions and 0 deletions
  1. 5 0
      install.sh

+ 5 - 0
install.sh

@@ -51,6 +51,11 @@ git_make_install()
     )
 }
 
+fancy_print "Installing Oh My Zsh"
+sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
+# Replace default Oh My Zsh config
+ln -sf $(realpath .zshrc) ~
+
 fancy_print "Installing vim-plug"
 curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
         https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim