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