From f59e5dafab42dd82e9d4a0c60a6d3ad37354604e Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Fri, 10 Oct 2025 13:00:17 +0200 Subject: [PATCH] Changed the symlink to be the one in `home/` --- .chezmoi.toml.tmpl | 5 ++++- home/.chezmoi.toml.tmpl | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) mode change 120000 => 100644 .chezmoi.toml.tmpl mode change 100644 => 120000 home/.chezmoi.toml.tmpl diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl deleted file mode 120000 index 97d98fd..0000000 --- a/.chezmoi.toml.tmpl +++ /dev/null @@ -1 +0,0 @@ -home/.chezmoi.toml.tmpl \ No newline at end of file diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl new file mode 100644 index 0000000..082e727 --- /dev/null +++ b/.chezmoi.toml.tmpl @@ -0,0 +1,4 @@ +{{ $shell := promptBoolOnce . "features.shell" "Do you want to install the Fish shell?" true }} + +[data.features] +shell = {{ $shell }} diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl deleted file mode 100644 index 082e727..0000000 --- a/home/.chezmoi.toml.tmpl +++ /dev/null @@ -1,4 +0,0 @@ -{{ $shell := promptBoolOnce . "features.shell" "Do you want to install the Fish shell?" true }} - -[data.features] -shell = {{ $shell }} diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl new file mode 120000 index 0000000..a14d4a4 --- /dev/null +++ b/home/.chezmoi.toml.tmpl @@ -0,0 +1 @@ +../.chezmoi.toml.tmpl \ No newline at end of file