update README

This commit is contained in:
Never Gude 2025-09-08 15:21:52 +02:00
parent 0d79039ccb
commit 9de091e062

View file

@ -44,15 +44,16 @@ Install GNU Stow
sudo dnf install stow sudo dnf install stow
``` ```
```bash Clone dotfiles into home folder
git clone https://git.nevereverever.de/never/never-dotfiles.git ```bash
git clone https://git.nevereverever.de/never/dotfiles.git ~/.dotfiles/
``` ```
Stow configuration using ```stow```
```bash ```bash
cd never-dotfiles/ cd .dotfiles/
``` ```
```bash
```bash stow ./
stow .
``` ```