-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
99 lines (95 loc) · 1.86 KB
/
Copy pathBrewfile
File metadata and controls
99 lines (95 loc) · 1.86 KB
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
cask_args appdir: '/Applications'
tap 'heroku/brew'
tap 'isen-ng/dotnet-sdk-versions'
brew 'ack' # alternative to grep
brew 'adns'
brew 'ansible'
brew 'autoconf'
brew 'automake'
brew 'amazon-ecs-cli'
brew 'direnv' # Used to auto-load .env files
brew 'docker'
brew 'docker-compose'
brew 'duti' # Tool for setting default applications for file types via cli
brew 'fileicon' # Used to assign custom file icons to files / folders
brew 'ghostscript'
brew 'git'
brew 'git-svn'
brew 'gnupg'
brew 'helm'
brew 'heroku'
brew 'htop'
brew 'hub'
brew 'imagemagick'
brew 'jenv'
brew 'kubernetes-cli'
brew 'lame' # mp3 encoder, needed for audacity
brew 'libevent'
brew 'libtiff'
brew 'mas'
brew 'mysql-client'
brew 'nvm' # we used to install node directly, like scrubs.
brew 'openssl'
brew 'pass'
brew 'postgresql'
brew 'pyenv'
brew 'rbenv'
brew 'redis'
brew 'ruby'
brew 'subversion'
brew 'sqlite'
brew 'terraform'
brew 'tesseract'
brew 'vim'
brew 'wget'
brew 'xpdf'
brew 'z'
brew 'zsh'
brew 'zsh-completions'
# Applications
cask 'audio-hijack'
cask 'alfred'
cask 'battle-net'
cask 'bitwarden'
cask 'brave-browser'
cask 'chromium', args: { "no-quarantine": true }
cask 'claude-code'
cask 'cyberduck'
cask 'discord'
cask 'dungeon-crawl-stone-soup-tiles'
cask 'firefox'
cask 'google-chrome'
cask 'google-cloud-sdk'
cask 'iterm2'
cask 'temurin' # This is java (https://adoptium.net/)
cask 'little-snitch'
cask 'maestral'
cask 'micro-snitch'
cask 'microsoft-office'
cask 'obsidian'
cask 'omnifocus'
cask 'omnigraffle'
cask 'omnioutliner'
cask 'omniplan'
cask 'quicken'
cask 'rectangle'
cask 'signal'
cask 'slack'
cask 'steam'
cask 'steamcmd'
cask 'soundsource'
cask 'spotify'
cask 'swinsian'
cask 'transmit'
cask 'tor-browser'
cask 'thunderbird'
cask 'vlc'
cask 'vscodium'
cask 'zulip'
cask 'zoom'
# Fonts
cask 'font-fira-code'
cask 'font-inconsolata'
cask 'font-source-code-pro'
cask 'font-open-sans'
cask 'font-overpass'