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