-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot_Brewfile.tmpl
60 lines (55 loc) · 1.1 KB
/
dot_Brewfile.tmpl
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
brew "jq"
brew "gh"
brew "yq"
brew "fd"
brew "git"
brew "bat"
brew "fzf"
brew "eza"
brew "nvim", args: ['HEAD']
brew "rustup-init"
brew "deno"
brew "fish"
brew "zoxide"
brew "direnv"
brew "chezmoi"
brew "thefuck"
brew "gnu-sed"
brew "ripgrep"
brew "exiftool"
brew "starship"
brew "git-delta"
brew "bitwarden-cli"
brew "go-task/tap/go-task"
cask "wezterm-nightly"
cask "slack"
cask "obsidian"
cask "visual-studio-code"
cask "homebrew/cask-fonts/font-fira-code"
cask "docker", args: { appdir: "/Applications" }
cask "raycast", args: { appdir: "/Applications" }
cask "spotify", args: { appdir: "/Applications" }
cask "bitwarden", args: { appdir: "/Applications" }
cask "google-chrome", args: { appdir: "/Applications" }
{{ if eq .personal true -}}
brew "age"
brew "sops"
brew "flyctl"
brew "[email protected]"
brew "cargo-nextest"
cask "discord"
cask "nordvpn"
cask "whatsapp"
# Stuff for home k8s cluster
brew "helm"
brew "ansible"
brew "kyverno"
brew "kubecolor"
brew "terraform"
brew "kustomize"
brew "cilium-cli"
brew "kubernetes-cli"
brew "fluxcd/tap/flux"
brew "derailed/k9s/k9s"
brew "weaveworks/tap/gitops"
{{- end -}}