From b520d0938f4a31fea2a9c32cf47fdfd891561aa7 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 13 Oct 2024 04:23:26 -0500 Subject: [PATCH] Move all chezmoi files into 'home' directory --- .chezmoiroot | 1 + .chezmoi.toml.tmpl => home/.chezmoi.toml.tmpl | 2 +- .chezmoiignore => home/.chezmoiignore | 0 .../.chezmoitemplates}/scripts/commonrc.sh.tmpl | 0 .../.install-password-manager.sh | 0 dot_bashrc.tmpl => home/dot_bashrc.tmpl | 0 {dot_config => home/dot_config}/kitty/current-theme.conf | 0 {dot_config => home/dot_config}/kitty/helios | 0 {dot_config => home/dot_config}/kitty/private_kitty.conf | 0 {dot_config => home/dot_config}/micro/bindings.json | 0 {dot_config => home/dot_config}/micro/settings.json | 0 {dot_config => home/dot_config}/nushell/config.nu | 0 {dot_config => home/dot_config}/nushell/env.nu | 0 dot_gitconfig => home/dot_gitconfig | 0 dot_p10k.zsh => home/dot_p10k.zsh | 0 dot_profile => home/dot_profile | 0 dot_tool-versions => home/dot_tool-versions | 0 dot_wakatime.cfg.tmpl => home/dot_wakatime.cfg.tmpl | 0 dot_zshrc.tmpl => home/dot_zshrc.tmpl | 0 executable_dot_bash_aliases => home/executable_dot_bash_aliases | 0 {private_dot_ssh => home/private_dot_ssh}/encrypted_config.age | 0 .../run_onchange_install-packages.sh.tmpl | 0 22 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .chezmoiroot rename .chezmoi.toml.tmpl => home/.chezmoi.toml.tmpl (96%) rename .chezmoiignore => home/.chezmoiignore (100%) rename {.chezmoitemplates => home/.chezmoitemplates}/scripts/commonrc.sh.tmpl (100%) rename .install-password-manager.sh => home/.install-password-manager.sh (100%) rename dot_bashrc.tmpl => home/dot_bashrc.tmpl (100%) rename {dot_config => home/dot_config}/kitty/current-theme.conf (100%) rename {dot_config => home/dot_config}/kitty/helios (100%) rename {dot_config => home/dot_config}/kitty/private_kitty.conf (100%) rename {dot_config => home/dot_config}/micro/bindings.json (100%) rename {dot_config => home/dot_config}/micro/settings.json (100%) rename {dot_config => home/dot_config}/nushell/config.nu (100%) rename {dot_config => home/dot_config}/nushell/env.nu (100%) rename dot_gitconfig => home/dot_gitconfig (100%) rename dot_p10k.zsh => home/dot_p10k.zsh (100%) rename dot_profile => home/dot_profile (100%) rename dot_tool-versions => home/dot_tool-versions (100%) rename dot_wakatime.cfg.tmpl => home/dot_wakatime.cfg.tmpl (100%) rename dot_zshrc.tmpl => home/dot_zshrc.tmpl (100%) rename executable_dot_bash_aliases => home/executable_dot_bash_aliases (100%) rename {private_dot_ssh => home/private_dot_ssh}/encrypted_config.age (100%) rename run_onchange_install-packages.sh.tmpl => home/run_onchange_install-packages.sh.tmpl (100%) diff --git a/.chezmoiroot b/.chezmoiroot new file mode 100644 index 0000000..5e72f75 --- /dev/null +++ b/.chezmoiroot @@ -0,0 +1 @@ +home diff --git a/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl similarity index 96% rename from .chezmoi.toml.tmpl rename to home/.chezmoi.toml.tmpl index 776998b..1fa49ff 100644 --- a/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -44,4 +44,4 @@ encryption = "age" recipient = "age1s3ctpj9lafl6qwyvd89sn448us7gdzd53d8yyhsc7zny78c0k4sqerrkze" [hooks.read-source-state.pre] - command = ".local/share/chezmoi/.install-password-manager.sh" + command = ".local/share/chezmoi/home/.install-password-manager.sh" diff --git a/.chezmoiignore b/home/.chezmoiignore similarity index 100% rename from .chezmoiignore rename to home/.chezmoiignore diff --git a/.chezmoitemplates/scripts/commonrc.sh.tmpl b/home/.chezmoitemplates/scripts/commonrc.sh.tmpl similarity index 100% rename from .chezmoitemplates/scripts/commonrc.sh.tmpl rename to home/.chezmoitemplates/scripts/commonrc.sh.tmpl diff --git a/.install-password-manager.sh b/home/.install-password-manager.sh similarity index 100% rename from .install-password-manager.sh rename to home/.install-password-manager.sh diff --git a/dot_bashrc.tmpl b/home/dot_bashrc.tmpl similarity index 100% rename from dot_bashrc.tmpl rename to home/dot_bashrc.tmpl diff --git a/dot_config/kitty/current-theme.conf b/home/dot_config/kitty/current-theme.conf similarity index 100% rename from dot_config/kitty/current-theme.conf rename to home/dot_config/kitty/current-theme.conf diff --git a/dot_config/kitty/helios b/home/dot_config/kitty/helios similarity index 100% rename from dot_config/kitty/helios rename to home/dot_config/kitty/helios diff --git a/dot_config/kitty/private_kitty.conf b/home/dot_config/kitty/private_kitty.conf similarity index 100% rename from dot_config/kitty/private_kitty.conf rename to home/dot_config/kitty/private_kitty.conf diff --git a/dot_config/micro/bindings.json b/home/dot_config/micro/bindings.json similarity index 100% rename from dot_config/micro/bindings.json rename to home/dot_config/micro/bindings.json diff --git a/dot_config/micro/settings.json b/home/dot_config/micro/settings.json similarity index 100% rename from dot_config/micro/settings.json rename to home/dot_config/micro/settings.json diff --git a/dot_config/nushell/config.nu b/home/dot_config/nushell/config.nu similarity index 100% rename from dot_config/nushell/config.nu rename to home/dot_config/nushell/config.nu diff --git a/dot_config/nushell/env.nu b/home/dot_config/nushell/env.nu similarity index 100% rename from dot_config/nushell/env.nu rename to home/dot_config/nushell/env.nu diff --git a/dot_gitconfig b/home/dot_gitconfig similarity index 100% rename from dot_gitconfig rename to home/dot_gitconfig diff --git a/dot_p10k.zsh b/home/dot_p10k.zsh similarity index 100% rename from dot_p10k.zsh rename to home/dot_p10k.zsh diff --git a/dot_profile b/home/dot_profile similarity index 100% rename from dot_profile rename to home/dot_profile diff --git a/dot_tool-versions b/home/dot_tool-versions similarity index 100% rename from dot_tool-versions rename to home/dot_tool-versions diff --git a/dot_wakatime.cfg.tmpl b/home/dot_wakatime.cfg.tmpl similarity index 100% rename from dot_wakatime.cfg.tmpl rename to home/dot_wakatime.cfg.tmpl diff --git a/dot_zshrc.tmpl b/home/dot_zshrc.tmpl similarity index 100% rename from dot_zshrc.tmpl rename to home/dot_zshrc.tmpl diff --git a/executable_dot_bash_aliases b/home/executable_dot_bash_aliases similarity index 100% rename from executable_dot_bash_aliases rename to home/executable_dot_bash_aliases diff --git a/private_dot_ssh/encrypted_config.age b/home/private_dot_ssh/encrypted_config.age similarity index 100% rename from private_dot_ssh/encrypted_config.age rename to home/private_dot_ssh/encrypted_config.age diff --git a/run_onchange_install-packages.sh.tmpl b/home/run_onchange_install-packages.sh.tmpl similarity index 100% rename from run_onchange_install-packages.sh.tmpl rename to home/run_onchange_install-packages.sh.tmpl