-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
49 lines (42 loc) · 939 Bytes
/
Brewfile
File metadata and controls
49 lines (42 loc) · 939 Bytes
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
cask_args appdir: '/Applications'
cask 'font-source-code-pro'
cask 'font-sauce-code-pro-nerd-font'
# =========================================================
# Development
# =========================================================
# Development tools
brew 'wget'
brew 'bcrypt'
brew 'fzf'
brew 'git'
brew 'htop'
cask 'karabiner-elements'
brew 'neovim'
brew 'tree-sitter'
brew 'tree-sitter-cli'
brew 'p7zip'
brew 'ripgrep'
brew 'mise'
brew 'starship'
brew 'tree'
brew 'gh'
if !ENV["WORK_MACHINE"].nil?
cask 'aws-vault'
end
# Languages
brew 'go'
brew 'gopls'
brew 'lua-language-server'
brew 'python'
# Tools that require passwords
cask 'docker-desktop'
cask 'claude-code'
# =========================================================
# Applications
# =========================================================
cask 'raycast'
cask 'ghostty'
cask 'spotify'
cask 'elgato-wave-link'
cask 'elgato-stream-deck'
cask 'elgato-control-center'