-
Notifications
You must be signed in to change notification settings - Fork 2
/
Brewfile
52 lines (41 loc) · 781 Bytes
/
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
# tap all the normal stuff
tap "homebrew/bundle"
tap "homebrew/services"
# terminal and text editor
cask "iterm2"
brew "nvim"
cask "zed"
# things to install things
brew "cask"
brew "wget"
# pairing
brew "tmate"
cask "tuple"
# enterprise business value
cask "spotify"
cask "slack"
# make the computer computer more good
cask "rectangle"
cask "flycut"
# good tools to have on the command line
brew "bat"
brew "direnv"
brew "fswatch"
brew "jq"
brew "the_silver_searcher"
brew "tldr"
brew "tree"
brew "watch"
brew "z"
# sometimes you just want to run a load test you know?
brew "hey"
# some apps I like to have around
cask "freedom"
cask "telegram"
cask "anki"
cask "superhuman"
cask "obsidian"
# for Nvim plugins
brew "ripgrep"
# for spiking for card_rater
cask "livebook"