1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 08:05:01 +00:00
dotfiles/packages.bash

20 lines
253 B
Bash
Raw Normal View History

2022-06-14 00:34:22 +09:00
packages=(
cloudflared
docker-ce
docker-compose-plugin
nodejs
tailscale
build-essential
curl
fdupes
ffmpeg
imagemagick
knot-dnsutils
qemu-user-static
screen
smartmontools
)
[[ "$(df --output=fstype . | sed 1d)" == "btrfs" ]] \
&& packages+=(snapper)