Files
dotfiles/packages/linux.txt
T

34 lines
358 B
Plaintext
Raw Normal View History

2026-07-07 18:28:35 -05:00
# Linux apt packages
# These are installed via: sudo apt-get install -y $(cat linux.txt | grep -v '^#' | tr '\n' ' ')
# Core utilities
build-essential
curl
wget
git
jq
unzip
zip
2026-08-17 15:22:29 -05:00
ffmpeg
2026-07-07 18:28:35 -05:00
# Shell
zsh
xclip
# Modern CLI tools (apt versions)
fd-find
ripgrep
zoxide
fzf
# Development
sqlite3
make
python3
# Networking
openssh-client
2026-08-05 17:19:43 -05:00
# Termato dep
libasound2