forked from slifty/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
115 lines (110 loc) · 2.66 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
cask_args appdir: "/Applications"
brew "awscli"
brew "certbot"
brew "direnv" # Auto-load .env files
brew "ffmpeg"
brew "git"
# brew "heroku/brew/heroku"
brew "jenv"
brew "mas" # Mac App Store
brew "nvm"
brew "openssl"
brew "postgresql@14", restart_service: true
brew "python"
# brew "r" # As needed
brew "rbenv"
brew "rbenv-vars"
brew "ruby-build" # rbenv installs it, but also, let's be explicit
# brew "redis"
# brew "sass/sass/sass"
brew "sqlite"
brew "svn" # Necessary for fonts, apparently
brew "wget"
brew "yarn"
brew "yt-dlp"
brew "z"
brew "zsh"
brew "zsh-completions"
# Applications
cask "1password"
cask "acorn"
cask "affinity-photo"
cask "airtable"
cask "anki"
cask "backblaze"
cask "backblaze-downloader"
cask "bbedit"
cask "blackhole-2ch" # Expose audio output as an input
cask "clockify"
cask "discord"
# cask "docker" # As needed
cask "figma"
cask "finicky"
cask "firefox"
cask "freedom"
cask "google-chrome"
cask "handbrake"
cask "imageoptim"
cask "iterm2"
cask "launchbar"
# cask "local" # WordPress development; as needed
cask "maestral" # Open-source Dropbox
cask "macwhisper" # Audio transcription
cask "marathon"
cask "marathon-2"
cask "marathon-infinity"
cask "microsoft-edge"
cask "netnewswire"
cask "obsidian"
cask "outline-manager" # Private VPN manager
cask "polypane" # Developmer-focused web browser
cask "postico" # PostgreSQL database tool
cask "rapidapi" # MySQL database tool
cask "rectangle" # Window management
cask "retrobatch" # Batch image processor
cask "sequel-ace"
cask "signal"
cask "slack"
cask "steam" # Gaming platform
cask "swinsian" # Local music player
cask "superduper" # Hard drive cloning
cask "temurin8" # ARM Java
cask "textmate"
cask "the-unarchiver"
cask "todoist"
cask "tower"
cask "transmission"
cask "transmit"
cask "visual-studio-code"
cask "vivid" # Turbo brightness
cask "vlc"
cask "whatsapp"
cask "xscope"
cask "zoom"
# Mac App Store apps
mas "Brother iPrint&Scan", id: 1193539993
mas "Focus", id: 1554411065 # Pomodoro timer
mas "Highland 1", id: 499329572
mas "Ivory", id: 6444602274 # Mastodon app
mas "Play", id: 1596506190 # Save YouTube videos
mas "Prime Video", id: 545519333
mas "Ulysses 2", id: 623795237
# Safari plugins
mas "Ghostery", id: 1436953057
mas "Hush", id: 1544743900 # Stop cookie consent dialogs
mas "StopTheMadness", id: 1376402589 # Override bad website UI
mas "Vinegar", id: 1591303229 # HTML5-ify YouTube videos
# Fonts
cask "font-archivo"
cask "font-eb-garamond"
cask "font-glegoo"
cask "font-im-fell-english"
cask "font-inconsolata"
cask "font-jetbrains-mono"
cask "font-open-sans"
cask "font-redacted"
cask "font-roboto"
cask "font-teko"
# These don't work, but I wish they did:
# cask "font-nexa-rust"
# cask "font-gotham"