|
@@ -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
|