Skip to content

Commit

Permalink
Drop brew vim package options
Browse files Browse the repository at this point in the history
Removed in Homebrew/homebrew-core#34421

Of note: this drops Python 2 support.
  • Loading branch information
jeffbyrnes committed Oct 15, 2019
1 parent c07f87b commit f56c8bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ brew install wget
brew install gnupg

# Install more recent versions of some macOS tools.
brew install vim --with-override-system-vi
brew install vim
echo 'If you would like to map vi so it opens the brew-installed vim: ln -s /usr/local/bin/vim /usr/local/bin/vi'
brew install grep
brew install openssh
brew install screen
Expand Down

0 comments on commit f56c8bc

Please sign in to comment.