-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
193 lines (168 loc) · 3.69 KB
/
Brewfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# Install Mac App Store command line tools
brew "mas"
## Brew
# Install Java
brew "java"
# Install GNU core utilities (those that come with macOS are outdated).
# Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
brew "coreutils"
# Install some other useful utilities like `sponge`.
brew "moreutils"
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed.
brew "findutils"
# Install GNU `sed` (installed as `gsed`)
brew "gnu-sed"
# Install `wget` with IRI support.
brew "wget"
# Install GnuPG to enable PGP-signing commits.
brew "gnupg"
# Install more recent versions of some macOS tools.
brew "vim"
brew "grep"
brew "screen"
brew "perl"
brew "[email protected]"
brew "ruby"
# Install font tools.
brew "fontconfig"
tap "bramstein/webfonttools"
brew "sfnt2woff"
brew "sfnt2woff-zopfli"
brew "woff2"
# Install other useful binaries.
brew "ack"
brew "bash-completion"
brew "bat"
brew "checkbashisms"
brew "dockutil"
brew "esphome"
brew "fish"
brew "fzf"
brew "gh"
brew "git"
brew "git-lfs"
brew "git-delta"
brew "htop"
brew "imagemagick"
brew "imagesnap"
brew "ispell"
brew "jq"
brew "lazygit"
brew "lynx"
brew "neovim"
brew "p7zip"
brew "qemu"
brew "rclone"
tap "sass/sass"
brew "sass/sass/sass"
brew "ssh-copy-id"
brew "speedtest-cli"
brew "transmission-cli"
brew "tree"
# Install other useful misc libs.
brew "libevent"
brew "libyaml"
brew "makedepend"
brew "oniguruma"
brew "pcre2"
# Install tmux.
brew "tmux"
brew "tmux-mem-cpu-load"
# Install AWS tools.
brew "awscli"
brew "amazon-ecs-cli"
brew "aws-elasticbeanstalk"
tap "aws/tap"
brew "aws-sam-cli"
brew "aws-cdk"
# Install PHP.
brew "php" # Currently 8.3
brew "composer"
# Install Go and related tools.
brew "go"
brew "delve"
brew "golangci-lint"
brew "mage"
# Install Node.
brew "node"
brew "yarn"
brew "typescript"
# Install media tools.
brew "ffmpeg"
brew "jasper"
brew "jpegoptim"
brew "lame"
brew "x264"
brew "x265"
brew "xvid"
brew "youtube-dl" # deprecated
# Install Hashicorp tools.
brew "packer" # Note: this formula is deprecated :/
brew "terraform" # Note: Same :/
# Install version managers.
brew "asdf"
# Install Ansible.
brew "ansible"
brew "ansible-lint"
brew "ansible-language-server"
# Install toys.
#brew "cowsay"
brew "emojify"
brew "fortune"
brew "lolcat"
brew "ponysay"
## Casks
# Grab our favourite fonts first.
tap "homebrew/cask-fonts"
cask "font-hack"
cask "font-hack-nerd-font"
cask "font-jetbrains-mono"
cask "font-jetbrains-mono-nerd-font" # Use in case the above breaks.
cask "font-hubot-sans"
cask "font-mona-sans"
cask "1password"
cask "adobe-acrobat-reader"
cask "alacritty"
cask "balenaetcher"
cask "battle-net"
cask "brave-browser"
cask "cleanmymac"
cask "discord"
cask "docker"
cask "dropbox"
cask "firefox"
cask "google-chrome"
cask "insomnia"
cask "istat-menus"
cask "iterm2"
cask "jetbrains-toolbox"
cask "keepingyouawake"
cask "libreoffice"
cask "microsoft-edge"
cask "microsoft-office"
cask "musicbrainz-picard"
cask "ngrok"
cask "postman"
cask "slack"
cask "spotify"
cask "steam"
cask "tailscale"
cask "telegram"
cask "thonny"
cask "utm"
cask "visual-studio-code"
cask "vlc"
cask "vnc-viewer"
cask "whatsapp"
cask "zoom"
## Mac App Store
mas "Keka", id: 470158793 # Keka
mas "Microsoft Remote Desktop", id: 1295203466 # Microsoft Remote Desktop 10
mas "DaisyDisk", id: 411643860 # DaisyDisk
mas "Tomato One - Free Focus Timer", id: 907364780 # Tomato One - Free Focus Timer
mas "Keynote", id: 409183694 # Keynote
mas "iMovie", id: 408981434 # iMovie
mas "Discovery - DNS-SD Browser", id: 1381004916 # Discovery - DNS-SD Browser
# mas "Navicat Data Modeler Essentials", id: 532423082 # Navicat Data Modeler Essentials
# mas "Free MP4 Converter", id: 693443591 # Free MP4 Converter
# mas "Xcode", id: 497799835 # Xcode