summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index aaa255e..04999ab 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,11 @@ Dot files for my setup (bspwm, rofi, compton, neovim, i3blocks, polybar, lockscr
3 3
4![alt text](arch.png) 4![alt text](arch.png)
5 5
6# To replicate
7```shell
8$ git clone https://github.com/anon6405/dotfiles.git
9$ sudo pacman -S stow (use your choice of package manager)
10$ cd dotfiles
11$ stow *
12```
13That's all