dotfiles/README.md
2026-01-17 20:03:38 +01:00

22 lines
302 B
Markdown

# dotfiles
My personal dotfiles.
## Installation
Install GNU Stow
```bash
sudo dnf install stow
```
Clone dotfiles into home folder
```bash
git clone https://git.nevereverever.de/never/dotfiles.git ~/.dotfiles/
```
Stow configuration using ```stow```
```bash
cd .dotfiles/
```
```bash
stow ./
```