diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 | ``` | ||
13 | That's all | ||