-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
80 lines (72 loc) · 1.57 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
tap "homebrew/bundle"
tap "homebrew/services"
tap "heroku/brew"
# Get some essentials installed first
brew "asdf"
brew "bash"
brew "bash-completion"
brew "git"
# cask "1password"
# cask "maestral" # a better, lighter weight Dropbox client - https://maestral.app
# cask "rectangle" # simple, open source Mac OS window management - https://rectangleapp.com
# cask "visual-studio-code" # duh
cask "kitty"
cask "firefox"
cask "zoom"
brew "ag"
brew "fd"
brew "findutils"
brew "heroku"
brew "hyperfine" # super cool shell benchmarking
brew "iperf"
brew "gh"
brew "jq"
brew "lsd"
brew "mas"
# brew "redis", start_service: true
brew "ruby-build"
brew "shellcheck"
brew "sloccount"
brew "scc"
brew "sqlite"
brew "tree"
# Needed for Ruby 3.0.2 (sigh)
brew "[email protected]"
# Needed For Ruby 3.1 and above, see https://github.com/rbenv/ruby-build/wiki
brew "openssl@3"
brew "readline"
brew "libyaml"
brew "gmp"
# Cask based apps here...
cask "bartender"
cask "chatgpt"
cask "dash"
cask "fantastical"
cask "font-fira-code"
cask "istat-menus"
cask "netnewswire"
cask "roon"
cask "todoist"
cask "the-unarchiver"
cask "vlc"
# Mac App Store apps here
mas "AdGuard for Safari", id: 1440147259
mas "Amphetamine", id: 937984704
mas "Bear", id: 1091189122
mas "Dayone", id: 1055511498
mas "Slack", id: 803453959
mas "Speedtest", id: 1153157709
# Lower priority brew's are last - these are slow and/or not as important as the ones above
brew "circleci"
brew "flac"
brew "ffmpeg"
brew "graphviz"
brew "lame"
brew "shared-mime-info"
brew "wget"
brew "youtube-dl"
# dox
brew "git-lfs"
brew "parallel"
brew "gawk"
brew "awscli"