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
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
```