feat: Brewfile and included config files (bashrc, kitty, ssh homelab aliases)
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Applied by scripts/setup.sh via `brew bundle`. Ableton Live is NOT here — licensed download.
|
||||
brew "bash"
|
||||
brew "coreutils"
|
||||
brew "findutils"
|
||||
brew "gnu-sed"
|
||||
brew "grep"
|
||||
brew "gawk"
|
||||
brew "gnu-tar"
|
||||
brew "iproute2mac" # gives `ip a`
|
||||
brew "rsync" # macOS ships openrsync; backup.sh needs real rsync
|
||||
brew "git"
|
||||
brew "tmux"
|
||||
brew "htop"
|
||||
brew "ripgrep"
|
||||
brew "fd"
|
||||
brew "jq"
|
||||
brew "wget"
|
||||
brew "tree"
|
||||
cask "kitty"
|
||||
cask "rectangle"
|
||||
cask "tailscale-app"
|
||||
cask "font-jetbrains-mono"
|
||||
Reference in New Issue
Block a user