aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index b744f9d..60e3c31 100644
--- a/readme.md
+++ b/readme.md
@@ -12,3 +12,26 @@ these are dotfiles
- 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
+```