1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-17 23:55:07 +00:00
dotfiles/packages.bash
2024-10-28 13:54:42 +09:00

26 lines
306 B
Bash

packages=(
bash-completion
build-essential
cloudflared
curl
docker-ce
docker-compose-plugin
fdupes
ffmpeg
fzf
git-crypt
imagemagick
jq
knot-dnsutils
nano
nodejs
qemu-user-static
screen
smartmontools
sqlite3
tailscale
)
if [[ "$(df --output=fstype . | sed 1d)" == "btrfs" ]]; then
packages+=(snapper)
fi