changes
This commit is contained in:
parent
77eccec635
commit
16ea2e2d7c
18 changed files with 407 additions and 15 deletions
18
README.md
18
README.md
|
@ -1,3 +1,21 @@
|
|||
# 🐱 dotfiles
|
||||
|
||||
My dotfiles.
|
||||
|
||||
## Installing packages
|
||||
|
||||
```shell
|
||||
pacman --sync - < packages.txt
|
||||
```
|
||||
|
||||
## Installing dotfiles
|
||||
|
||||
```shell
|
||||
plow --force
|
||||
```
|
||||
|
||||
or...
|
||||
|
||||
```shell
|
||||
plow --force --from ./home --to ~
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue