-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
52 lines (47 loc) · 780 Bytes
/
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
# DEPRECATED: This tap is now empty and all its contents were either deleted or migrated.
#
# tap "homebrew/bundle"
#
# General
brew "bat"
brew "btop"
brew "dua-cli"
brew "eza"
brew "fd"
brew "fzf"
brew "jq"
brew "luarocks"
brew "mise"
brew "neovim"
brew "rich-cli"
brew "ripgrep"
brew "shellcheck"
brew "starship"
brew "stow"
brew "tealdeer"
brew "thefuck"
brew "vfox"
brew "wrk"
brew "yazi"
brew "yq"
brew "zoxide"
# Git addons
brew "gh"
brew "git-delta"
brew "git-extras"
brew "git-flow"
brew "git-lfs"
brew "lazygit"
# Kubernetes applications
brew "helm"
brew "helmfile"
brew "k3d"
brew "kind"
brew "kustomize"
brew "minikube"
tap "derailed/k9s"
brew "derailed/k9s/k9s"
# Hashicorp packages
tap "hashicorp/tap"
brew "hashicorp/tap/terraform"
brew "hashicorp/tap/vagrant"