-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
140 lines (121 loc) · 2.17 KB
/
Brewfile
File metadata and controls
140 lines (121 loc) · 2.17 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
# taps
tap "oven-sh/bun"
tap "filosottile/musl-cross"
tap "nikitabobko/tap"
# brews from taps
brew "bun"
brew "musl-cross"
cask "aerospace"
# updated system utilities
brew "openssh"
# modern cli replacements
brew "eza" # ls
brew "zoxide" # cd
brew "duf" # df
brew "xh" # curl
# shell & terminal
brew "nushell"
brew "tmux"
brew "fzf"
brew "direnv"
brew "neovim"
brew "ykman"
# tui apps
brew "lazygit"
brew "lazydocker"
brew "lnav"
# dev tools
brew "git"
brew "git-lfs"
brew "gh"
brew "cmake"
brew "binaryen" # rust wasm
brew "uv"
brew "pipx"
brew "typst"
brew "julia"
brew "postgresql@18"
# utilities
brew "chezmoi"
brew "bitwarden-cli"
brew "pwgen"
brew "tldr"
brew "asciinema"
brew "borgbackup"
brew "borgmatic"
brew "spicetify-cli"
brew "hcloud" # hetzner cli
# macOS apps
if OS.mac?
# browsers
cask "arc"
cask "google-chrome"
cask "firefox"
cask "zen"
# terminal & editors
cask "iterm2"
cask "wezterm"
cask "visual-studio-code"
cask "vscodium"
# dev tools
cask "orbstack"
cask "jetbrains-toolbox"
cask "polypane"
# ai
cask "claude"
cask "claude-code"
# communication
cask "slack"
cask "discord"
cask "telegram"
cask "whatsapp"
cask "teamspeak-client@beta"
# rogue amoeba
cask "audio-hijack"
cask "farrago"
cask "fission"
cask "loopback"
cask "piezo"
cask "soundsource"
# media & games
cask "plex"
cask "stolendata-mpv"
cask "vlc"
cask "spotify"
cask "obs"
cask "steam"
cask "multimc"
cask "temurin" # java runtime for multimc
# design & fabrication
cask "affinity"
cask "blender"
cask "inkscape"
cask "drawio"
cask "rhino-app"
cask "bambu-studio"
cask "kicad"
cask "inkstitch"
# productivity
cask "libreoffice"
cask "skim"
cask "anki"
# system utilities
cask "raycast"
cask "bitwarden"
cask "betterdisplay"
cask "obsidian"
cask "tailscale-app"
cask "utm"
cask "imazing"
cask "mouseless"
cask "keyboardcleantool"
cask "anydesk"
cask "cyberduck"
cask "yubico-authenticator"
# imaging & networking
cask "raspberry-pi-imager"
cask "balenaetcher"
cask "angry-ip-scanner"
# fonts
cask "font-m-plus-code-latin"
end