# 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
