fix minor issues with chezmoi
This commit is contained in:
parent
1d91f3d683
commit
36522abd57
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue