From 40a22443c9e923456899ae4a14a9a5efbd565da0 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 24 Nov 2022 07:58:18 +0000 Subject: [PATCH] Update dotfiles/.local/share/chezmoi/home/.chezmoidata.yaml, dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml, dotfiles/.local/share/chezmoi/home/.chezmoi.toml.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiignore, dotfiles/.local/share/chezmoi/home/run_once_provision, dotfiles/.local/share/chezmoi/home/run_once_before_install-software.sh.tmpl, dotfiles/.local/share/chezmoi/home/run_onchange_after_bash-completions, dotfiles/.local/share/chezmoi/home/run_onchange_after_crontab.tmpl, dotfiles/.local/share/chezmoi/home/run_update Deleted dotfiles/.local/share/chezmoi/dot_editorconfig --- dotfiles/.local/share/chezmoi/dot_editorconfig | 15 --------------- .../share/chezmoi/{ => home}/.chezmoi.toml.tmpl | 0 .../share/chezmoi/{ => home}/.chezmoidata.yaml | 0 .../chezmoi/{ => home}/.chezmoiexternal.toml | 0 .../share/chezmoi/{ => home}/.chezmoiignore | 0 .../home/run_once_before_install-software.sh.tmpl | 5 +---- .../share/chezmoi/{ => home}/run_once_provision | 2 ++ .../home/run_onchange_after_bash-completions | 2 ++ .../chezmoi/home/run_onchange_after_crontab.tmpl | 2 ++ dotfiles/.local/share/chezmoi/home/run_update | 10 ++++++++++ 10 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644 dotfiles/.local/share/chezmoi/dot_editorconfig rename dotfiles/.local/share/chezmoi/{ => home}/.chezmoi.toml.tmpl (100%) rename dotfiles/.local/share/chezmoi/{ => home}/.chezmoidata.yaml (100%) rename dotfiles/.local/share/chezmoi/{ => home}/.chezmoiexternal.toml (100%) rename dotfiles/.local/share/chezmoi/{ => home}/.chezmoiignore (100%) rename dotfiles/.local/share/chezmoi/{ => home}/run_once_provision (98%) diff --git a/dotfiles/.local/share/chezmoi/dot_editorconfig b/dotfiles/.local/share/chezmoi/dot_editorconfig deleted file mode 100644 index 01a20f16..00000000 --- a/dotfiles/.local/share/chezmoi/dot_editorconfig +++ /dev/null @@ -1,15 +0,0 @@ -# https://editorconfig.org - -root = true - -[*] -charset = utf-8 -indent_style = space -indent_size = 2 -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true - -[*.md] -insert_final_newline = false -trim_trailing_whitespace = false diff --git a/dotfiles/.local/share/chezmoi/.chezmoi.toml.tmpl b/dotfiles/.local/share/chezmoi/home/.chezmoi.toml.tmpl similarity index 100% rename from dotfiles/.local/share/chezmoi/.chezmoi.toml.tmpl rename to dotfiles/.local/share/chezmoi/home/.chezmoi.toml.tmpl diff --git a/dotfiles/.local/share/chezmoi/.chezmoidata.yaml b/dotfiles/.local/share/chezmoi/home/.chezmoidata.yaml similarity index 100% rename from dotfiles/.local/share/chezmoi/.chezmoidata.yaml rename to dotfiles/.local/share/chezmoi/home/.chezmoidata.yaml diff --git a/dotfiles/.local/share/chezmoi/.chezmoiexternal.toml b/dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml similarity index 100% rename from dotfiles/.local/share/chezmoi/.chezmoiexternal.toml rename to dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml diff --git a/dotfiles/.local/share/chezmoi/.chezmoiignore b/dotfiles/.local/share/chezmoi/home/.chezmoiignore similarity index 100% rename from dotfiles/.local/share/chezmoi/.chezmoiignore rename to dotfiles/.local/share/chezmoi/home/.chezmoiignore diff --git a/dotfiles/.local/share/chezmoi/home/run_once_before_install-software.sh.tmpl b/dotfiles/.local/share/chezmoi/home/run_once_before_install-software.sh.tmpl index ce0ede6a..240879b7 100644 --- a/dotfiles/.local/share/chezmoi/home/run_once_before_install-software.sh.tmpl +++ b/dotfiles/.local/share/chezmoi/home/run_once_before_install-software.sh.tmpl @@ -1,8 +1,5 @@ {{- if eq .chezmoi.os "darwin" -}} #!/bin/bash -brew bundle --no-lock --file=/dev/stdin < /dev/null; then + gsed -i 's/\.\/\.config\/taskfiles/taskfiles/g' ~/.local/Taskfile.yml +else + echo "Unable to fix ~/.local/Taskfile.yml because gsed GNU compatibility tool is not installed." +fi + {{ else if chezmoi.os "windows" }} Remove-Item -LiteralPath "$env:HOMEPATH\Library" -Force -Recurse