From 79d131ca997d062b316c7a71e6288928bb252e64 Mon Sep 17 00:00:00 2001 From: tombdf Date: Thu, 19 Dec 2024 17:34:32 +0100 Subject: [PATCH] docs: add detailed installation instructions --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fd51dfa..a7c0550 100644 --- a/README.md +++ b/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. ### 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.