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

22 lines
270 B
Bash
Raw Normal View History

2022-06-14 00:34:22 +09:00
packages=(
2023-09-27 00:54:31 +09:00
build-essential
2022-06-14 00:34:22 +09:00
cloudflared
2023-09-27 00:54:31 +09:00
curl
2022-06-14 00:34:22 +09:00
docker-ce
docker-compose-plugin
fdupes
ffmpeg
2023-09-27 00:54:31 +09:00
git-crypt
2022-06-14 00:34:22 +09:00
imagemagick
knot-dnsutils
2023-09-27 00:54:31 +09:00
nodejs
2022-06-14 00:34:22 +09:00
qemu-user-static
screen
smartmontools
2023-09-27 00:54:31 +09:00
tailscale
2022-06-14 00:34:22 +09:00
)
2022-06-14 23:10:12 +09:00
if [[ "$(df --output=fstype . | sed 1d)" == "btrfs" ]]; then
packages+=(snapper)
fi