From 36522abd57c008fa19f266b0a9c485b723aa7060 Mon Sep 17 00:00:00 2001 From: aleidk Date: Tue, 21 May 2024 17:56:04 -0400 Subject: [PATCH] fix minor issues with chezmoi --- README.md | 5 +++-- chezmoi/.chezmoi.toml.tmpl | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a9e959..a11cb3d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ ## Installation -Execute the following command: +Please ensure the that git is installed and you have an ssh key registered, +then execute the following command: ```bash -sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin init --apply git@codeberg.org:aleidk/dots.git +sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin init --apply aleee-idk/dots ``` diff --git a/chezmoi/.chezmoi.toml.tmpl b/chezmoi/.chezmoi.toml.tmpl index a577532..bc7f2a9 100644 --- a/chezmoi/.chezmoi.toml.tmpl +++ b/chezmoi/.chezmoi.toml.tmpl @@ -7,4 +7,4 @@ osid = {{ $osid | quote }} hasGui = {{ promptBoolOnce . "hasGui" "Does this machine needs gui configs/apps?" }} hasWOL = {{ promptBoolOnce . "hasWOL" "Does this machine WOL?" }} - openAIKey = {{ promptStringOnce . "openAIKey" "Enter Open AI key for chatGPT integration (or leave blank)" }} + openAIKey = {{ promptStringOnce . "openAIKey" "Enter Open AI key for chatGPT integration (or leave blank)" | quote }}