Update 21 files

- /home/private_dot_config/git/template/symlink_commit-msg.tmpl
- /home/private_dot_config/git/template/symlink_post-checkout.tmpl
- /home/private_dot_config/git/template/symlink_post-commit.tmpl
- /home/private_dot_config/git/template/symlink_post-merge.tmpl
- /home/private_dot_config/git/template/symlink_post-rewrite.tmpl
- /home/private_dot_config/git/template/symlink_pre-commit.tmpl
- /home/private_dot_config/git/template/symlink_pre-push.tmpl
- /home/private_dot_config/git/template/symlink_prepare-commit-msg.tmpl
- /home/.chezmoitemplates/universal/common-dependencies
- /home/private_dot_config/git/template/info/exclude
- /home/private_dot_config/git/template/description
- /home/private_dot_config/git/template/branches/remove_dot_gitkeep
- /home/private_dot_config/git/template/hooks/symlink_commit-msg.tmpl
- /home/private_dot_config/git/template/hooks/symlink_post-checkout.tmpl
- /home/private_dot_config/git/template/hooks/symlink_post-commit.tmpl
- /home/private_dot_config/git/template/hooks/symlink_post-merge.tmpl
- /home/private_dot_config/git/template/hooks/symlink_post-rewrite.tmpl
- /home/private_dot_config/git/template/hooks/symlink_pre-commit.tmpl
- /home/private_dot_config/git/template/hooks/symlink_pre-push.tmpl
- /home/private_dot_config/git/template/hooks/symlink_prepare-commit-msg.tmpl
- /home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.tmpl
This commit is contained in:
Brian Zalewski 2023-01-05 09:39:30 +00:00
parent c9a60e3084
commit 531f2e6e49
13 changed files with 9 additions and 0 deletions

View file

@ -25,6 +25,7 @@ if command -v install-program > /dev/null; then
log warn 'gcc either needs to be added to the PATH or it is missing' log warn 'gcc either needs to be added to the PATH or it is missing'
fi fi
fi fi
export LC_ALL="en_US.UTF-8"
install-program {{ $softwareList }} install-program {{ $softwareList }}
else else
logg error '`zx` is not available' logg error '`zx` is not available'

View file

@ -13,5 +13,6 @@
"re2c" "re2c"
"scdaemon" "scdaemon"
"wget" "wget"
"zip"
-}} -}}
{{- $packages | join " " -}} {{- $packages | join " " -}}

View file

@ -0,0 +1 @@
Unnamed repository; edit this file 'description' to name the repository.

View file

@ -0,0 +1,6 @@
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~