1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 16:07:59 +00:00

add git-crypt

This commit is contained in:
Nebel 2023-09-27 00:54:31 +09:00
parent 769acf58a1
commit 0003d42594
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

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