22 lines
302 B
Markdown
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 ./
|
|
```
|
|
|