-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBrewfile
More file actions
50 lines (45 loc) · 731 Bytes
/
Brewfile
File metadata and controls
50 lines (45 loc) · 731 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
cask_args appdir: '/Applications'
tap 'homebrew/cask' || true
# Install Java
tap 'AdoptOpenJDK/openjdk'
cask 'adoptopenjdk11'
cask 'adoptopenjdk8'
# Install CLI tools
brew 'git'
brew 'wsk'
brew 'groovy'
brew 'jq'
brew 'azure-cli'
brew 'helm'
brew 'kubernetes-cli'
brew 'bash-completion'
brew 'htop'
brew 'lynx'
brew 'node'
brew 'repo'
brew 'tree'
brew 'maven'
brew 'siege'
brew 'vim'
brew 'gnupg'
brew 'wget'
brew 'jenv'
brew 'minikube'
# Install Casks
cask 'cyberduck'
cask 'franz'
cask 'keka'
cask 'opera'
cask 'vagrant'
cask 'docker'
cask 'imageoptim'
cask 'meld'
cask 'spotify'
cask 'ccleaner'
cask 'postman'
cask 'virtualbox'
cask 'visual-studio-code'
cask 'eclipse-jee'
cask 'ngrok'
cask 'shiftit'
cask 'tableau-public'