Skip to content

Commit

Permalink
Install vim plugins in bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jawang35 committed Dec 23, 2019
1 parent ed35227 commit 225b9a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ $ curl -s https://raw.githubusercontent.com/jawang35/dotfiles/master/bootstrap.s
2. Check out configuration files into the `$HOME` directory.
3. Install submodule dependencies.
4. Install [Homebrew](#homebrew) packages and applications.
5. Install Vim/Neovim plugins with [vim-plug](https://github.com/junegunn/vim-plug).
5. Load [.bash_profile](.bash_profile).

## Configurations
Expand Down
2 changes: 2 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ if command -v brew >/dev/null 2>&1; then
brew update && brew bundle --file="${HOME}/.config/Brewfile"
fi

vim -E +PlugInstall! +qa!

# shellcheck source=.bash_profile
source "${HOME}/.bash_profile"

0 comments on commit 225b9a7

Please sign in to comment.