Update .local/share/chezmoi/home/dot_local/bin/executable_provision
This commit is contained in:
parent
acfdf2da5b
commit
e73c64905d
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
{{- includeTemplate "universal/logg" }}
|
||||
|
||||
set -eox pipefail
|
||||
|
||||
### Qubes dom0
|
||||
|
@ -205,4 +207,4 @@ find "$HOME/.local/bin" -maxdepth 1 -mindepth 1 -type f | while read BINFILE; do
|
|||
done
|
||||
|
||||
### Chezmoi
|
||||
echo "Now run chezmoi init followed by chezmoi apply"
|
||||
logg 'Now run `chezmoi init` followed by `chezmoi apply`'
|
||||
|
|
Loading…
Reference in a new issue