-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
65 lines (57 loc) · 1.02 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
# run this from the folder with Brewfile and command `brew bundle`
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
#to have "brew cu"
tap "buo/cask-upgrade"
#alfred workflow dependencies
brew "php"
# tools
brew "bat"
brew "jq"
brew "zsh"
brew "docker-compose", link: false
# devops
brew "k9s"
brew "awscli"
brew "terraform"
brew "pyenv"
brew "aws-iam-authenticator"
brew "awscli"
#javae
brew "jenv"
brew "gradle"
brew "kotlin"
cask "the-unarchiver"
cask "ankiapp-anki"
cask "dash"
cask "ableton-live-suite"
cask "alfred"
cask "asana"
cask "elgato-camera-hub"
cask "docker"
cask "elmedia-player"
cask "firefox"
cask "insomnia"
cask "postman"
cask "dictionaries"
cask "little-snitch"
cask "focusrite-control"
cask "1password"
cask "1password-cli"
cask "iterm2"
cask "nordvpn"
cask "jetbrains-toolbox"
cask "meetingbar"
cask "rectangle"
cask "pocket-casts"
cask "notion"
cask "plex-media-player"
cask "slack"
cask "spotify"
cask "telegram"
cask "visual-studio-code"
cask "vlc"
cask "xnviewmp"
cask "zoom"
cask "aws-vpn-client"