diff options
author | Shubham Saini <shubham6405@gmail.com> | 2019-12-04 09:14:14 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2019-12-04 09:14:14 +0000 |
commit | 986b7be627d25a29ff2d7f2aae14d8de144d1d4d (patch) | |
tree | b91267d2cbe490147fcbf1c07d2b35fecb80d413 | |
parent | 758e33d9360442811339d4b3d4ae86b3fea240c4 (diff) |
updated readme
-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 | ||