-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
79 lines (79 loc) · 1.45 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
tap "candid82/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "railwayapp/tap"
tap "stripe/stripe-cli"
tap "yqrashawn/goku"
brew "act"
brew "[email protected]"
brew "autojump"
brew "caddy"
brew "cmake"
brew "dnsmasq"
brew "flyctl"
brew "gh"
brew "ghostscript"
brew "mailhog", restart_service: true
brew "node"
brew "pnpm"
brew "postgresql@14", restart_service: true
brew "protobuf"
brew "pure"
brew "pyenv-virtualenv"
brew "[email protected]"
brew "railway"
brew "rust"
brew "tcl-tk"
brew "tree"
brew "wget"
brew "yarn"
brew "railwayapp/tap/nixpacks"
brew "stripe/stripe-cli/stripe"
brew "yqrashawn/goku/goku"
cask "1password"
cask "adobe-creative-cloud"
cask "authy"
cask "avibrazil-rdm"
cask "brave-browser"
cask "dbeaver-community"
cask "discord"
cask "docker"
cask "elgato-control-center"
cask "fig"
cask "figma"
cask "font-fira-code"
cask "github"
cask "google-chrome"
cask "google-chrome-canary"
cask "google-drive"
cask "grammarly-desktop"
cask "hammerspoon"
cask "iterm2"
cask "kap"
cask "karabiner-elements"
cask "kindle"
cask "logitech-options"
cask "logitech-unifying"
cask "logseq"
cask "messenger"
cask "ngrok"
cask "nordvpn"
cask "notion"
cask "obs"
cask "raycast"
cask "screenflow"
cask "setapp"
cask "shureplus-motiv"
cask "slack"
cask "spotify"
cask "superduper"
cask "todoist"
cask "toggl-track"
cask "visual-studio-code"
cask "warp"
cask "zoom"