-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
63 lines (54 loc) · 1.04 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
# Useful Apps
cask "visual-studio-code"
cask "iterm2"
cask "mono-mdk"
cask "powershell"
# General / Utility
brew "bash" # Upgrade bash
brew "coreutils" # Use GNU coreutils instead of BSD utils
brew "git" # Use standard git, not Apple git
brew "bash-completion@2"
brew "trash"
brew "thefuck"
brew "jq"
brew "gron"
brew "grep"
brew "gawk"
brew "gnu-sed"
brew "dos2unix"
# Developer Tools
brew "nvm"
brew "go"
brew "mysql-client"
brew "pre-commit"
brew "go-task" # Taskfile.dev
brew "gh" # GitHub CLI
# Ops Tools
brew "ansible"
brew "awscli"
brew "saml2aws"
# AWS
tap "tedsmitt/ecsgo"
brew "ecsgo" # https://github.com/tedsmitt/ecsgo
# Terraform
brew "tenv"
brew "terraform-docs"
brew "tflint"
brew "tfsec"
# k8s
# Current out of date, so not using these
# tap "little-angry-clouds/homebrew-my-brews"
# brew "kbenv" # kubectl
# brew "helmenv" # helm
brew "kubectl"
brew "helm"
brew "k9s"
brew "kubectx", args: ["ignore-dependencies"] # kubectx and kubens
# Fun
brew "archey4"
brew "cowsay"
brew "fortune"
brew "sl"
tap "abyss/tools"
brew "awsp"
brew "tfws"