-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewFile
More file actions
31 lines (30 loc) · 701 Bytes
/
BrewFile
File metadata and controls
31 lines (30 loc) · 701 Bytes
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
# 1. install command line tools: xcode-select --install
# 2. install homebrew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# 3. install bundle: brew bundle
# 4. use the brewfile: brew bundle --file=<path to brewfile>
cask_args appdir: "/Applications"
tap 'homebrew/cask'
brew 'git'
brew 'bash-completion'
brew 'wget'
brew 'zsh'
brew 'awscli'
brew 'eksctl'
brew 'kustomize'
brew 'kubectx'
brew "python3"
brew "watch"
brew 'vale'
brew "kubernetes-cli"
brew "kubectx"
brew "geckodriver"
brew "bash-completion"
brew "go"
# cask is for GUIs
cask 'slack'
cask 'spotify'
cask 'iterm2'
cask 'visual-studio-code'
cask 'firefox'
cask 'google-chrome'
cask 'atom'