File tree 1 file changed +15
-16
lines changed
1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -12,36 +12,35 @@ brew upgrade
12
12
BREW_PREFIX=$( brew --prefix)
13
13
14
14
# Install `wget` with IRI support.
15
- brew install wget --with-iri
15
+ # brew install wget --with-iri
16
16
17
17
# Install GnuPG to enable PGP-signing commits.
18
18
# brew install gnupg
19
19
20
20
# 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
25
24
26
25
# Install custom stuff
27
26
brew install fastlane
28
27
brew cask install rectangle
29
28
brew install tig
30
29
31
30
# 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
36
35
37
36
# 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
45
44
46
45
# Remove outdated versions from the cellar.
47
46
brew cleanup
You can’t perform that action at this time.
0 commit comments