-
Notifications
You must be signed in to change notification settings - Fork 21
/
Brewfile
56 lines (40 loc) · 1.08 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
# Please read README.md
# https://openfolder.sh/macos-migrations-with-brewfile
brew "git"
brew "gh"
# https://developer.hashicorp.com/vault/tutorials/getting-started/getting-started-install
# see macOS tab for further details
tap "hashicorp/tap"
brew "hashicorp/tap/vault"
# https://github.com/sdkman/homebrew-tap
# see url for post-install steps
tap "sdkman/tap"
brew "sdkman-cli"
# https://formulae.brew.sh/formula/mysql-client
brew "mysql-client"
brew "azure-cli"
brew "go"
################
#
# 'brew tap' applications
#
tap "homebrew/cask"
# set arguments for all 'brew cask install' commands
cask_args appdir: "~/Applications"
# https://formulae.brew.sh/cask/docker
cask "docker"
# https://formulae.brew.sh/cask/google-cloud-sdk
cask "google-cloud-sdk"
brew "cloud-sql-proxy"
#cask "intellij-idea"
#cask "visual-studio-code"
#cask "slack"
################
#
# 'mas' applications
# these applications are tied to your appleid
# https://github.com/mas-cli/mas
# Find additional things via: `mas search [text-value-here]`
brew "mas"
# e.g. for windows management
#mas "Moom", id: 419330170