-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
160 lines (154 loc) · 5.67 KB
/
Brewfile
File metadata and controls
160 lines (154 loc) · 5.67 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
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
# ~/Brewfile
# =============================================================================
# See https://github.com/Homebrew/homebrew-bundle
# Options
cask_args appdir: "~/Applications"
# Taps
tap "homebrew/core"
tap "homebrew/cask"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "buo/cask-upgrade"
# -------------------------------------------------------------
## Shell Programs
# -------------------------------------------------------------
brew install \
asciinema \ # terminal recording
chezmoi \ # dotfiles manager
eza \ # better ls
ffmpeg \ # video/audio encoding and conversion
fileicon \ # sets custom macOS app icons
flyctl \ # fly.io cli
git \ # version control
httpie \ # HTTP / API testing testing client
jq \ # JSON processor
lazygit \ # tui git client
mas \ # Mac App store manager
micro \ # terminal-based text editor
node \ # JavaScript runtime
nvm \ # Node version manager
starship \ # fast, customizable shell prompt
tig \ # tui git interface
vhs \ # terminal recording
watchman \ # file-watching service
wget \ # file downloader
zoxide # auto-learning navigation (better cd)
# -------------------------------------------------------------
# GUI programs
# -------------------------------------------------------------
brew install --cask \
1password \ # password manager (proprietary)
airtable \ # database and collaboration tool
backblaze \ # cloud backup service
bartender \ # menu bar organizer for macOS
beekeeper-studio \ # SQL editor and database manager
chatgpt \ # ChatGPT desktop app
cleanmymac \ # system cleaning and optimization tool
discord \ # VoIP social platform
dropbox \ # cloud storage and file syncing
fantastical \ # advanced calendar app
figma \ # design and prototyping tool
firefox \ # web browser
fontbase \ # font management tool
handbrake \ # open-source video transcoder
hazel \ # automated file organization
httpie \ # HTTP / API testing testing client
hush \ # Safari extension to block cookie banners
imageoptim \ # image compression and optimization tool
kaleidoscope \ # advanced diff and merge tool
notion \ # productivity and note-taking app
obsidian \ # markdown-based knowledge management app
plex \ # media streaming app
raindropio \ # bookmark manager with cloud sync
raycast \ # spotlight alternative
spotify \ # music streaming
twingate \ # remote network access tool
ubar \ # dock replacement
visual-studio-code \ # code editor
warp \ # terminal emulator
zoom # video conferencing software
# -------------------------------------------------------------
# Mac App Store Programs
# -------------------------------------------------------------
mas install \
1616831348 \ # affinity designer
1616822987 \ # affinity photo
918858936 \ # airmail
953286746 \ # darkroom
400169658 \ # friendly social
553245401 \ # friendly streaming
6443906359 \ # friendly shopping
1090488118 \ # gemini
992115977 \ # image2icon
1303222628 \ # paprika
1449415412 \ # tinynotepad
1518036000 # sequel ace
# -------------------------------------------------------------
# VSCode Extensions
# -------------------------------------------------------------
code --install-extension \
aaron-bond.better-comments \
adam-bender.commit-message-editor \
alexcvzz.vscode-sqlite \
anseki.vscode-color \
bernardop.working-sets \
bierner.color-info \
bierner.emojisense \
burkeholland.simple-react-snippets \
christian-kohler.path-intellisense \
chrmarti.regex \
dbaeumer.vscode-eslint \
devangtomar.vscode-diverse-dye \
dionmunk.vscode-notes \
dsznajder.es7-react-js-snippets \
eamodio.gitlens \
esbenp.prettier-vscode \
evan-buss.font-switcher \
expo.vscode-expo-tools \
fayras.simple-new-file \
folke.vscode-monorepo-workspace \
fooxly.workspace \
formulahendry.auto-close-tag \
formulahendry.auto-rename-tag \
ginfuru.better-nunjucks \
github.copilot \
github.copilot-chat \
jannisx11.batch-rename-extension \
jock.svg \
jrebocho.vscode-random \
kruemelkatze.vscode-dashboard \
lordbrom.highlight-duplicates \
miclo.sort-typescript-imports \
mike-co.import-sorter \
minamarkham.yonce-theme \
mrmlnc.vscode-duplicate \
ms-azuretools.vscode-docker \
ms-vsliveshare.vsliveshare \
naumovs.color-highlight \
nhoizey.gremlins \
pflannery.vscode-versionlens \
pkief.material-icon-theme \
pnp.polacode \
randomfractalsinc.snippets-viewer \
redhat.vscode-yaml \
ronnidc.nunjucks \
samverschueren.final-newline \
shardulm94.trailing-spaces \
sirtori.indenticator \
streetsidesoftware.code-spell-checker \
stylelint.vscode-stylelint \
tahabasri.snippets \
talhabalaj.actual-font-changer \
tamasfe.even-better-toml \
tombonnike.vscode-status-bar-format-toggle \
urbantrout.refactor-css \
usernamehw.errorlens \
vincaslt.highlight-matching-tag \
visualstudioexptteam.intellicode-api-usage-examples \
visualstudioexptteam.vscodeintellicode \
vitaliymaz.vscode-svg-previewer \
vivaxy.vscode-conventional-commits \
wayou.vscode-todo-highlight \
withfig.fig \
xabikos.javascriptsnippets \
zhucy.project-tree