aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 60e3c319e076fcb7cfa164b82050f03a6aad0774 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
# dottydots

these are dotfiles

- discord
- zsh
- nvim
- i3
- polybar
- zathura
- brave
- rofi
- [st](https://github.com/lonkaars/st)

## installation

```sh
# install yay
git clone https://aur.archlinux.org/yay
cd yay
makepkg -si

# install yadm
yay -S yadm

# get dotfiles
yadm clone https://github.com/lonkaars/dotfiles

# generate templated files
yadm alt

# install necessary packages (uses yay)
~/.config/yadm/install-arch

# generate dynamic color scheme config files
yadm bootstrap
```