Add hub and correct vim flags
This commit is contained in:
parent
90408b8cfa
commit
ecae5177d1
1 changed files with 2 additions and 1 deletions
3
brew.sh
3
brew.sh
|
@ -21,7 +21,7 @@ brew install gnu-sed --with-default-names
|
||||||
brew install wget --with-iri
|
brew install wget --with-iri
|
||||||
|
|
||||||
# Install more recent versions of some OS X tools.
|
# Install more recent versions of some OS X tools.
|
||||||
brew install vim --override-system-vi
|
brew install vim --with-override-system-vi
|
||||||
brew install grep
|
brew install grep
|
||||||
brew install openssh
|
brew install openssh
|
||||||
|
|
||||||
|
@ -36,6 +36,7 @@ brew install git
|
||||||
brew install git-lfs
|
brew install git-lfs
|
||||||
brew install diff-so-fancy
|
brew install diff-so-fancy
|
||||||
brew install gnupg
|
brew install gnupg
|
||||||
|
brew install hub
|
||||||
brew install imagemagick --with-webp --with-libheif
|
brew install imagemagick --with-webp --with-libheif
|
||||||
brew install lua
|
brew install lua
|
||||||
brew install lynx
|
brew install lynx
|
||||||
|
|
Loading…
Add table
Reference in a new issue