Skip to content

Commit

Permalink
automate plugin installation
Browse files Browse the repository at this point in the history
  • Loading branch information
moleske committed Mar 31, 2023
1 parent 0f40ecb commit 8706b40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions set-up-new-machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.
mkdir -p ~/.config/nvim
ln -s ~/workspace/capi-workspace/init.vim ~/.config/nvim/init.vim

# automated PlugInstall (from https://github.com/junegunn/vim-plug/wiki/tips#install-plugins-on-the-command-line)
nvim -es -u init.vim -i NONE -c "PlugInstall" -c "qa"

# setup mysql
sudo service mysql start
sudo service mysql status # might need loop here depending how long status takes
Expand Down

0 comments on commit 8706b40

Please sign in to comment.