-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
73 lines (73 loc) · 1.35 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
66
67
68
69
70
71
72
73
tap "aws/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "mongodb/brew"
tap "ubuntu/microk8s"
brew "bash-completion"
brew "bat"
brew "cfn-lint"
brew "colordiff"
brew "exa"
brew "fzf"
brew "gh"
brew "ghostscript"
brew "git"
brew "gnu-sed"
brew "go"
brew "hadolint"
brew "helm"
brew "hey"
brew "htop"
brew "imagemagick@6"
brew "jq"
brew "k9s"
brew "kubernetes-cli", link: false
brew "kubie"
brew "mas"
brew "mongosh"
brew "[email protected]"
brew "nginx", restart_service: true
brew "nvm"
brew "openjdk"
brew "pstree"
brew "[email protected]"
brew "[email protected]"
brew "[email protected]"
brew "redis", restart_service: true
brew "supervisor", restart_service: true
brew "telnet"
brew "tmux"
brew "tree"
brew "watch"
brew "wget"
brew "yq"
brew "zsh"
brew "aws/tap/aws-sam-cli"
brew "mongodb/brew/[email protected]"
brew "ubuntu/microk8s/microk8s"
cask "docker"
cask "figma"
cask "firefox"
cask "font-jetbrains-mono"
cask "google-chrome"
cask "google-cloud-sdk"
cask "karabiner-elements"
cask "kindle"
cask "mongodb-compass"
cask "multipass"
cask "mysqlworkbench"
cask "ngrok"
cask "postman"
cask "skitch"
cask "slack"
cask "visual-studio-code"
cask "visual-studio-code-insiders"
cask "zoom"
mas "LINE", id: 539883307
mas "Magnet", id: 441258766
mas "Numbers", id: 409203825
mas "Xcode", id: 497799835