docs: add detailed installation instructions

This commit is contained in:
Thomas Brasdefer 2024-12-19 17:34:32 +01:00
parent 138cbe7e9e
commit 79d131ca99
Signed by: tombdf
GPG Key ID: A047E76CC4582988

View File

@ -41,15 +41,14 @@ Check the `utils/packages` file to see all the packages installed by the script.
You may want to install the appropriate [driver](https://wiki.archlinux.org/title/NVIDIA) if you have an NVIDIA GPU.
### Installation guide
Initialize the `chezmoi` repository and start the installation script with the following command :
Initialize the `chezmoi` repository with the following command :
```bash
chezmoi init --apply https://gitea.hexasec.io/tombdf/.dotfiles.git
chezmoi init https://gitea.hexasec.io/tombdf/.dotfiles.git
```
Start the installation script with the following command :
```bash
chezmoi cd && ./install.sh
```
> [!HELP]
> If you just want to get the dotfiles without running the script, just use :
> ```bash
> chezmoi init https://gitea.hexasec.io/tombdf/.dotfiles.git
> ```
### Finishing the configuration
The script will end by itself. I recommend you to restart your computer.