-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
74 lines (68 loc) · 1.3 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
# -- DevOps tools
# Kubernetes
brew "kubernetes-cli"
brew "kubectx"
brew "helm"
brew "helmfile"
tap "fluxcd/tap"
brew "fluxcd/tap/flux"
# UI
brew "k9s"
cask "lens", greedy: true
# Cloud
brew "azure-cli"
brew "awscli"
cask "session-manager-plugin", greedy: true
# Scanner
brew "trivy"
# -- General
brew "direnv"
brew "stow"
brew "jq"
brew "yq"
brew "coreutils"
brew "sops"
brew "curl"
brew "wget"
brew "git"
brew "age"
brew "go-task"
brew "btop"
brew "eza"
# -- Languages
brew "asdf"
# -- Other Apps
cask "karabiner-elements", greedy: true
cask "1password-cli", greedy: true
cask "pgadmin4", greedy: true
cask "tg-pro", greedy: true
cask "nikitabobko/tap/aerospace", greedy: true
tap "FelixKratz/formulae"
brew "sketchybar"
# -- Editor
brew "tmux"
brew "neovim"
cask "wezterm", greedy: true
cask "ghostty", greedy: true
cask "obsidian", greedy: true
# -- Zsh plugins
brew "zsh-autosuggestions"
brew "zsh-completions"
brew "zsh-history-substring-search"
brew "zsh-syntax-highlighting"
# -- Git
# depend on Python
brew "commitizen"
brew "pre-commit"
# -- Neovim tools
brew "fzf"
brew "fd"
brew "ripgrep"
brew "lazygit"
brew "lazydocker"
brew "kubeconform"
# -- Fonts
cask "font-hack-nerd-font", greedy: true
cask "font-jetbrains-mono-nerd-font", greedy: true
cask "font-sf-pro", greedy: true
cask "sf-symbols", greedy: true