-
Notifications
You must be signed in to change notification settings - Fork 3
/
Brewfile
79 lines (77 loc) · 1.99 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
74
75
76
77
78
79
tap "golangci/tap"
tap "homebrew/bundle"
tap "homebrew/services"
brew "autojump" # replaces "fasd", which has an archived upstream repo
brew "automake"
brew "awscli"
brew "bison"
brew "bitwarden-cli" # LastPass is dead, long live Bitwarden!
brew "cdrtools" # ln -s $(brew --prefix)/bin/{mkisofs,genisoimage} # fixes 127 -sh: genisoimage: command not found
brew "chruby"
brew "cmake"
brew "direnv"
brew "docker" # CLI only
brew "docker-credential-helper" # fixes `docker buildx` → "exec: "docker-credential-osxkeychain": executable file not found in $PATH"
brew "fd"
brew "gh" # GitHub CLI, needed to delete many of my no-longer-needed forked repos
brew "git"
brew "git-lfs"
brew "gnu-sed"
brew "go"
brew "govc"
brew "helm"
brew "htop"
brew "hugo"
brew "iperf3"
brew "jq"
brew "kubernetes-cli"
brew "lastpass-cli"
brew "libdvdcss"
brew "mysql"
brew "neovim"
brew "openssl@3"
brew "python"
brew "[email protected]" # needed for vLLM
brew "qemu" # so I can convert MS Windows VHDX to a VMDK to run VMware Fusion
brew "qrencode"
brew "readline"
brew "ripgrep"
brew "ruby-install"
brew "rust" # needed by Python package tiktoken for evaluation LLM chess models
brew "terraform"
brew "tmux"
brew "tree"
brew "vim"
brew "watch"
brew "wget"
brew "wireguard-tools" # need `wg` to generate public & private keys
brew "yq"
brew "zsh-autosuggestions"
brew "zsh-completions"
brew "zsh-git-prompt"
brew "zsh-lovers"
brew "zsh-syntax-highlighting"
brew "golangci/tap/golangci-lint"
cask "cursor" # VS Code + AI - $20 / month
cask "disk-inventory-x" # who's using up all my space?
cask "firefox"
cask "flycut"
cask "font-hack-nerd-font"
cask "gimp"
cask "google-chrome"
cask "google-cloud-sdk"
cask "google-drive"
cask "handbrake"
cask "istat-menus"
cask "iterm2"
cask "jetbrains-toolbox"
cask "makemkv"
cask "messenger" # Facebook messenger to sell things on FB Marketplace
cask "postman" # Used for troubleshooting SERC's n8n.io → PDK migration
cask "rancher"
cask "skype"
cask "visual-studio-code"
cask "vlc"
cask "whatsapp"
cask "wireshark"
cask "zoom"