-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpro.Brewfile
88 lines (88 loc) · 1.57 KB
/
pro.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
tap "azure/functions"
tap "bazelbuild/tap"
tap "buo/cask-upgrade"
tap "codeclimate/formulae"
tap "github/gh"
tap "heroku/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 "stripe/stripe-cli"
tap "vitorgalvao/tiny-scripts"
brew "autoconf"
brew "circleci"
brew "curl"
brew "deno"
brew "docker-machine", restart_service: true
brew "gh"
brew "hub"
brew "readline"
brew "xz"
brew "jrnl"
brew "ruby"
brew "macvim"
brew "node", link: false
brew "nvm"
brew "pipenv"
brew "pyenv"
brew "the_silver_searcher"
brew "tree"
brew "wget"
brew "zsh"
brew "zsh-syntax-highlighting"
brew "heroku/brew/heroku"
cask "aerial"
cask "android-file-transfer"
cask "android-messages"
cask "authy"
cask "balenaetcher"
cask "bitwarden"
cask "canva"
cask "chromedriver"
cask "clipy"
cask "cyberduck"
cask "docker"
cask "dropbox"
cask "firefox"
cask "firefox-developer-edition"
cask "font-droid-sans-mono-nerd-font"
cask "font-fantasque-sans-mono"
cask "font-fira-code"
cask "github"
cask "google-chrome"
cask "grammarly"
cask "graphiql"
cask "gswitch"
cask "iina"
cask "insomnia"
cask "iterm2"
cask "kap"
cask "kindle"
cask "ngrok"
cask "notion"
cask "numi"
cask "obsidian"
cask "opera"
cask "philips-hue-sync"
cask "oracle-jdk"
cask "pomodone"
cask "postgres"
cask "postman"
cask "protonvpn"
cask "rectangle"
cask "rescuetime"
cask "responsively"
cask "signal"
cask "skype"
cask "slack"
cask "sonic-pi"
cask "spotify"
cask "tableplus"
cask "telegram"
cask "visual-studio-code"
cask "whatsapp"
cask "zoom"