diff --git a/home/.chezmoiscripts/universal/run_before_1-decrypt-age-key.tmpl b/home/.chezmoiscripts/universal/run_before_1-decrypt-age-key.tmpl index 43c44c4e..ca59595d 100644 --- a/home/.chezmoiscripts/universal/run_before_1-decrypt-age-key.tmpl +++ b/home/.chezmoiscripts/universal/run_before_1-decrypt-age-key.tmpl @@ -12,6 +12,7 @@ if [ ! -f "${XDG_CONFIG_HOME}/age/chezmoi.txt" ]; then if [ -n "$EXIT_CODE" ]; then logg info 'Proceeding without decrypting age encryption key stored at `~/.local/share/chezmoi/home/key.txt.age`' logg info 'To have Chezmoi handle your encryption (so you can store your private files publicly) take a look at https://shorturl.at/jkpzG' + if [ -f "$HOME/."] fi fi diff --git a/software.yml b/software.yml index 884d8e3a..02e7efc1 100644 --- a/software.yml +++ b/software.yml @@ -2224,7 +2224,7 @@ softwarePackages: _type: cli github: github.com/sgarciac/fuego snap: fuego - macfuse: + fuse: _bin: null _desc: '[macFUSE](https://osxfuse.github.io/) allows you to extend macOS via third party file systems.' _docs: null @@ -2234,6 +2234,7 @@ softwarePackages: _service: null _when:cask: '! test -d /usr/local/Caskroom/macfuse' ansible:darwin: professormanhattan.fuse + apt: libfuse-dev cask: macfuse fx: _bin: fx @@ -5793,7 +5794,7 @@ softwarePackages: goofys: _bin: goofys _deps: - - macfuse + - fuse _desc: A high-performance, POSIX-ish Amazon S3 file system written in Go _docs: https://github.com/kahing/goofys#usage _github: https://github.com/kahing/goofys @@ -5804,6 +5805,8 @@ softwarePackages: brew:linux: goofys go:linux: github.com/kahing/goofys@latest catfs: + _deps: + - fuse _bin: catfs _desc: Cache anything filesystem written in Rust _docs: https://github.com/kahing/catfs#usage