mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-18 08:05:01 +00:00
add git-crypt
This commit is contained in:
parent
769acf58a1
commit
0003d42594
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
|||
packages=(
|
||||
build-essential
|
||||
cloudflared
|
||||
curl
|
||||
docker-ce
|
||||
docker-compose-plugin
|
||||
nodejs
|
||||
tailscale
|
||||
build-essential
|
||||
curl
|
||||
fdupes
|
||||
ffmpeg
|
||||
git-crypt
|
||||
imagemagick
|
||||
knot-dnsutils
|
||||
nodejs
|
||||
qemu-user-static
|
||||
screen
|
||||
smartmontools
|
||||
tailscale
|
||||
)
|
||||
|
||||
if [[ "$(df --output=fstype . | sed 1d)" == "btrfs" ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue