summaryrefslogtreecommitdiff
path: root/README.md
blob: afa62d1bad8c378fcf48b1ec19ff46f9d86d2a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# dotfiles

## how to install

1. install `stow` with your package manager:
```
sudo apt install stow
```
```
sudo dnf install stow
```
```
sudo pacman -S stow
```

2. get submodules:
```
git submodule update --init --remote --recursive
```

3. run stow:
```
stow -t ~ */
```