- GNU Stow packages: kitty, fish, nvim, btop, fastfetch, starship, git, claude - install.sh with modular install, template rendering, fish plugins setup - uninstall.sh (stow -D) and scripts/doctor.sh for health checks - Brewfile (macOS) + Aptfile (Linux servers) - Claude Code hooks pipeline: settings.json.tpl, Obsidian session logging scripts - memory-compiler inline copy with env-var-based paths - Python scripts patched: os.environ.get() for OBSIDIAN_VAULT + PROJECTS_ROOT - fish/config.fish: platform-aware Homebrew PATH (macOS + Linuxbrew) - .env.example template for ~/.dotfiles.env Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
34 lines
362 B
Text
34 lines
362 B
Text
# Aptfile — packages for Ubuntu/Debian servers
|
|
# Used by install.sh on Linux via: xargs -a Aptfile sudo apt install -y
|
|
|
|
# Core shell
|
|
fish
|
|
stow
|
|
|
|
# Editor
|
|
neovim
|
|
|
|
# Modern CLI
|
|
bat
|
|
fd-find
|
|
ripgrep
|
|
fzf
|
|
zoxide
|
|
tree
|
|
jq
|
|
|
|
# Git
|
|
git
|
|
gh
|
|
|
|
# System monitoring
|
|
btop
|
|
fastfetch
|
|
|
|
# Networking
|
|
curl
|
|
wget
|
|
openssh-client
|
|
|
|
# Build tools (needed for some installs)
|
|
build-essential
|