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:
parent
c9a60e3084
commit
531f2e6e49
13 changed files with 9 additions and 0 deletions
|
@ -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'
|
||||
fi
|
||||
fi
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
install-program {{ $softwareList }}
|
||||
else
|
||||
logg error '`zx` is not available'
|
||||
|
|
|
@ -13,5 +13,6 @@
|
|||
"re2c"
|
||||
"scdaemon"
|
||||
"wget"
|
||||
"zip"
|
||||
-}}
|
||||
{{- $packages | join " " -}}
|
||||
|
|
1
home/private_dot_config/git/template/description
Normal file
1
home/private_dot_config/git/template/description
Normal file
|
@ -0,0 +1 @@
|
|||
Unnamed repository; edit this file 'description' to name the repository.
|
6
home/private_dot_config/git/template/info/exclude
Normal file
6
home/private_dot_config/git/template/info/exclude
Normal 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]
|
||||
# *~
|
Loading…
Reference in a new issue