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 Dec 19, 2020
1 parent 9accc09 commit 3dcde32
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 3dcde32

Please sign in to comment.