Skip to content

Commit 9bc8d60

Browse files
committed
Comment out unneeded brew installs
1 parent e85eb34 commit 9bc8d60

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

brew.sh

+15-16
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,35 @@ brew upgrade
1212
BREW_PREFIX=$(brew --prefix)
1313

1414
# Install `wget` with IRI support.
15-
brew install wget --with-iri
15+
# brew install wget --with-iri
1616

1717
# Install GnuPG to enable PGP-signing commits.
1818
# brew install gnupg
1919

2020
# Install more recent versions of some macOS tools.
21-
brew install vim --with-override-system-vi
22-
brew install grep
23-
brew install openssh
24-
brew install php
21+
# brew install vim --with-override-system-vi
22+
# brew install grep
23+
# brew install openssh
2524

2625
# Install custom stuff
2726
brew install fastlane
2827
brew cask install rectangle
2928
brew install tig
3029

3130
# Install font tools.
32-
brew tap bramstein/webfonttools
33-
brew install sfnt2woff
34-
brew install sfnt2woff-zopfli
35-
brew install woff2
31+
# brew tap bramstein/webfonttools
32+
# brew install sfnt2woff
33+
# brew install sfnt2woff-zopfli
34+
# brew install woff2
3635

3736
# Install other useful binaries.
38-
brew install ack
39-
brew install git
40-
brew install git-lfs
41-
brew install imagemagick --with-webp
42-
brew install rename
43-
brew install ssh-copy-id
44-
brew install tree
37+
# brew install ack
38+
# brew install git
39+
# brew install git-lfs
40+
# brew install imagemagick --with-webp
41+
# brew install rename
42+
# brew install ssh-copy-id
43+
# brew install tree
4544

4645
# Remove outdated versions from the cellar.
4746
brew cleanup

0 commit comments

Comments
 (0)