1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 16:07:59 +00:00
dotfiles/packages.bash
2024-04-15 11:42:20 +09:00

23 lines
281 B
Bash

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