fix minor issues with chezmoi

This commit is contained in:
Alexander Navarro 2024-05-21 17:56:04 -04:00
parent 1d91f3d683
commit 36522abd57
2 changed files with 4 additions and 3 deletions

View file

@ -2,8 +2,9 @@
## Installation ## 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 ```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
``` ```

View file

@ -7,4 +7,4 @@
osid = {{ $osid | quote }} osid = {{ $osid | quote }}
hasGui = {{ promptBoolOnce . "hasGui" "Does this machine needs gui configs/apps?" }} hasGui = {{ promptBoolOnce . "hasGui" "Does this machine needs gui configs/apps?" }}
hasWOL = {{ promptBoolOnce . "hasWOL" "Does this machine WOL?" }} 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 }}