diff options
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 21 |
1 files changed, 8 insertions, 13 deletions
@@ -1,15 +1,10 @@ | |||
1 | # dotfiles | 1 | dotfiles |
2 | dotfiles of my linux setup. Feel free to use it. | 2 | -------- |
3 | 3 | ||
4 | ![alt text](gent.png) | 4 | dotfiles for my *nix setup |
5 | 5 | ||
6 | For my suckless configs - [suckless](https://github.com/pryr07/suckless) | 6 | To 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 | ``` | ||
15 | That's all | ||