Skip to content

Commit

Permalink
install nvim plugins upon global installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewies committed Nov 17, 2021
1 parent 3c715c0 commit 7abfc22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ sudo chsh -s $(which zsh) $USER
# bundle zsh plugins
antibody bundle < ~/.zsh_plugins.txt > ~/.zsh_plugins.sh

# install neovim plugins
nvim --headless +PlugInstall +qall

# Use kitty terminal on MacOS
[ `uname -s` = 'Darwin' ] && stow kitty

0 comments on commit 7abfc22

Please sign in to comment.