summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2022-04-02 23:52:51 +0000
committerShubham Saini <pryr@pryr.xyz>2022-04-02 23:52:51 +0000
commit0d23b741d6adb221136118e94286d740932c15b8 (patch)
tree0272187e7917237636661e7bb1ef970cf247803e
parent9418bae31b2f8ec9a51ae7bdbe85fda56caecd90 (diff)
changed readme
-rwxr-xr-xREADME.md21
1 files changed, 8 insertions, 13 deletions
diff --git a/README.md b/README.md
index 909a665..2c97b45 100755
--- a/README.md
+++ b/README.md
@@ -1,15 +1,10 @@
1# dotfiles 1dotfiles
2dotfiles of my linux setup. Feel free to use it. 2--------
3 3
4![alt text](gent.png) 4dotfiles for my *nix setup
5 5
6For my suckless configs - [suckless](https://github.com/pryr07/suckless) 6To replicate
7 7 $ git clone https://g.ubh.sh/dotfiles
8# To replicate 8 $ sudo pacman -S stow (use your choice of package manager)
9```shell 9 $ cd dotfiles
10$ git clone https://github.com/pryr07/dotfiles.git 10 $ stow <package>
11$ sudo pacman -S stow (use your choice of package manager)
12$ cd dotfiles
13$ stow <package>
14```
15That's all