forked from aaronlake/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
60 lines (60 loc) · 1.02 KB
/
Copy pathBrewfile
File metadata and controls
60 lines (60 loc) · 1.02 KB
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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/livecheck"
brew "anyenv"
brew "ack"
brew "awscli"
brew "azure-cli"
brew "binutils"
brew "coreutils"
brew "diffutils"
brew "docker-compose"
brew "eslint"
brew "firebase-cli"
brew "fd"
brew "git"
brew "go"
brew "gitleaks"
brew "httpie"
brew "hub"
brew "hyperfine"
brew "iperf"
brew "jsonlint"
brew "kubernetes-cli"
brew "lastpass-cli"
brew "lsd"
brew "nmap"
brew "nvm"
brew "proselint"
brew "pv"
brew "ssh-copy-id"
brew "terraform"
brew "tmux"
brew "topgrade"
brew "youtube-dl"
brew "vim", args: ["with-override-system-vi"]
brew "wget"
brew "zsh"
brew "reattach-to-user-namespace"
brew "powerline-go"
brew "bandwhich"
cask "alfred"
cask "docker"
cask "firefox"
cask "font-firacode-nerd-font-mono"
cask "font-hack-nerd-font"
cask "istat-menus"
cask "iterm2"
cask "microsoft-teams"
cask "minikube"
cask "onedrive"
cask "slack"
cask "sourcetree"
cask "spotify"
cask "steam"
cask "vagrant"
cask "visual-studio-code"
cask "google-cloud-sdk"
cask "inna"