2026-01-17 20:03:38 +01:00
|
|
|
# dotfiles
|
|
|
|
|
My personal dotfiles.
|
2025-09-08 15:10:39 +02:00
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
Install GNU Stow
|
|
|
|
|
```bash
|
|
|
|
|
sudo dnf install stow
|
|
|
|
|
```
|
|
|
|
|
|
2025-09-08 15:21:52 +02:00
|
|
|
Clone dotfiles into home folder
|
|
|
|
|
```bash
|
|
|
|
|
git clone https://git.nevereverever.de/never/dotfiles.git ~/.dotfiles/
|
2025-09-08 15:10:39 +02:00
|
|
|
```
|
|
|
|
|
|
2025-09-08 15:21:52 +02:00
|
|
|
Stow configuration using ```stow```
|
2025-09-08 15:10:39 +02:00
|
|
|
```bash
|
2025-09-08 15:21:52 +02:00
|
|
|
cd .dotfiles/
|
2025-09-08 15:10:39 +02:00
|
|
|
```
|
|
|
|
|
```bash
|
2025-09-08 15:21:52 +02:00
|
|
|
stow ./
|
2025-09-08 14:52:21 +02:00
|
|
|
```
|
|
|
|
|
|