docs: add detailed installation instructions
This commit is contained in:
parent
138cbe7e9e
commit
79d131ca99
13
README.md
13
README.md
@ -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.
|
You may want to install the appropriate [driver](https://wiki.archlinux.org/title/NVIDIA) if you have an NVIDIA GPU.
|
||||||
|
|
||||||
### Installation guide
|
### Installation guide
|
||||||
Initialize the `chezmoi` repository and start the installation script with the following command :
|
Initialize the `chezmoi` repository with the following command :
|
||||||
```bash
|
```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
|
### Finishing the configuration
|
||||||
The script will end by itself. I recommend you to restart your computer.
|
The script will end by itself. I recommend you to restart your computer.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user