|
@@ -60,6 +60,10 @@ fancy_print "Installing Oh My Zsh plugins"
|
|
|
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
|
|
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
|
|
|
|
|
+fancy_print "Installing fzf"
|
|
|
+git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
|
|
+~/.fzf/install --key-bindings --completion --no-update-rc
|
|
|
+
|
|
|
fancy_print "Installing vim-plug"
|
|
|
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
|
|
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|