Update 2 files
- /home/.chezmoiscripts/universal/run_before_1-decrypt-age-key.tmpl - /software.yml
This commit is contained in:
parent
768e838307
commit
a5e6f639d7
2 changed files with 6 additions and 2 deletions
|
@ -12,6 +12,7 @@ if [ ! -f "${XDG_CONFIG_HOME}/age/chezmoi.txt" ]; then
|
||||||
if [ -n "$EXIT_CODE" ]; 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 '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'
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -2224,7 +2224,7 @@ softwarePackages:
|
||||||
_type: cli
|
_type: cli
|
||||||
github: github.com/sgarciac/fuego
|
github: github.com/sgarciac/fuego
|
||||||
snap: fuego
|
snap: fuego
|
||||||
macfuse:
|
fuse:
|
||||||
_bin: null
|
_bin: null
|
||||||
_desc: '[macFUSE](https://osxfuse.github.io/) allows you to extend macOS via third party file systems.'
|
_desc: '[macFUSE](https://osxfuse.github.io/) allows you to extend macOS via third party file systems.'
|
||||||
_docs: null
|
_docs: null
|
||||||
|
@ -2234,6 +2234,7 @@ softwarePackages:
|
||||||
_service: null
|
_service: null
|
||||||
_when:cask: '! test -d /usr/local/Caskroom/macfuse'
|
_when:cask: '! test -d /usr/local/Caskroom/macfuse'
|
||||||
ansible:darwin: professormanhattan.fuse
|
ansible:darwin: professormanhattan.fuse
|
||||||
|
apt: libfuse-dev
|
||||||
cask: macfuse
|
cask: macfuse
|
||||||
fx:
|
fx:
|
||||||
_bin: fx
|
_bin: fx
|
||||||
|
@ -5793,7 +5794,7 @@ softwarePackages:
|
||||||
goofys:
|
goofys:
|
||||||
_bin: goofys
|
_bin: goofys
|
||||||
_deps:
|
_deps:
|
||||||
- macfuse
|
- fuse
|
||||||
_desc: A high-performance, POSIX-ish Amazon S3 file system written in Go
|
_desc: A high-performance, POSIX-ish Amazon S3 file system written in Go
|
||||||
_docs: https://github.com/kahing/goofys#usage
|
_docs: https://github.com/kahing/goofys#usage
|
||||||
_github: https://github.com/kahing/goofys
|
_github: https://github.com/kahing/goofys
|
||||||
|
@ -5804,6 +5805,8 @@ softwarePackages:
|
||||||
brew:linux: goofys
|
brew:linux: goofys
|
||||||
go:linux: github.com/kahing/goofys@latest
|
go:linux: github.com/kahing/goofys@latest
|
||||||
catfs:
|
catfs:
|
||||||
|
_deps:
|
||||||
|
- fuse
|
||||||
_bin: catfs
|
_bin: catfs
|
||||||
_desc: Cache anything filesystem written in Rust
|
_desc: Cache anything filesystem written in Rust
|
||||||
_docs: https://github.com/kahing/catfs#usage
|
_docs: https://github.com/kahing/catfs#usage
|
||||||
|
|
Loading…
Reference in a new issue