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:
parent
769acf58a1
commit
0003d42594
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue