dotfiles/README.md

22 lines
225 B
Markdown

# 🐱 dotfiles
My dotfiles.
## Installing packages
```shell
pacman --sync - < packages.txt
```
## Installing dotfiles
```shell
plow --force --verbose
```
or...
```shell
plow --force --verbose --from ./home --to ~
```