-
Notifications
You must be signed in to change notification settings - Fork 7
/
Brewfile
124 lines (114 loc) · 2.14 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
116
117
118
119
120
121
122
123
124
# vim: set ft=ruby
brew 'git'
brew 'zsh'
brew 'bash'
brew 'fish'
brew 'make'
brew 'cmake'
brew 'openssl'
brew 'coreutils'
brew 'gnu-tar'
brew 'fzf'
brew 'reattach-to-user-namespace'
brew 'tmux'
brew 'ripgrep'
brew 'direnv'
brew 'ffmpeg'
brew 'wget'
brew 'curl'
brew 'gnu-sed'
brew 'z'
brew 'cloc'
brew 'jq'
brew 'tree'
brew 'gh'
brew 'sqlite3'
brew 'pandoc'
brew 'gnupg'
brew 'hugo'
brew 'graphviz'
brew 'gcc'
brew 'moreutils'
brew 'watch'
brew 'shellcheck'
brew 'shfmt'
brew 'pgrep'
brew 'pkill'
brew 'neovim'
brew 'atuin'
brew 'btop'
brew 'neofetch'
# See: https://apple.stackexchange.com/questions/431812/how-can-i-stop-a-bluetooth-keyboard-from-waking-my-macbook-pro/437396#437396
brew 'sleepwatcher'
brew 'blueutil'
# brew 'asdf'
# asdf dependencies
# brew 'automake'
# brew 'autoconf'
# brew 'libyaml'
# brew 'readline'
# brew 'libxslt'
# brew 'libtool'
# brew 'unixodbc'
# brew 'unzip'
# Let's try mise
brew 'mise'
brew 'libyaml' # libyaml is needed for Ruby/ruby-build
cask 'postgres-unofficial'
brew 'livekit'
brew 'postgrest'
brew 'foreman'
cask 'soundsource'
cask 'keepingyouawake'
cask 'rectangle'
cask 'slack'
cask 'istat-menus'
cask 'zoom'
cask 'whatsapp'
cask 'signal'
cask 'spotify'
cask 'vlc'
cask 'visual-studio-code'
cask 'postico'
cask 'cleanshot'
cask 'screenflow'
cask 'obs'
cask 'imageoptim'
cask 'barrier'
cask 'discord'
cask 'orbstack'
cask 'vmware-fusion'
cask 'monodraw'
# Doesn't exist anymore?
# cask 'KindleGen'
cask 'basictex'
cask 'imageoptim'
cask 'handbrake'
cask 'figma'
# terminal emulators
cask 'wezterm'
cask 'alacritty'
cask 'kitty'
cask 'contour'
cask 'iterm2'
# try this
cask 'synology-drive'
cask 'sonos'
cask 'focusrite-control' # Drivers for Focusrite Scarlett
cask 'elgato-control-center'
tap 'homebrew/cask-fonts'
cask 'font-hack'
cask 'font-jetbrains-mono'
cask 'font-inconsolata'
cask 'font-roboto'
cask 'font-roboto-mono'
cask 'font-ibm-plex'
mas 'Fantastical 2', id: 975937182
mas 'Xcode', id: 497799835
mas 'Todoist', id: 585829637
mas 'Pixelmator Pro', id: 1289583905
mas 'Kindle', id: 405399194
mas 'MoneyMoney', id: 872698314
mas 'Microsoft Word', id: 462054704
mas 'Microsoft Excel', id: 462058435
mas 'Tailscale', id: 1475387142