dotfiles/README.md

22 lines
205 B
Markdown
Raw Normal View History

2024-04-21 19:07:19 +00:00
# 🐱 dotfiles
My dotfiles.
2024-12-18 23:15:20 +00:00
## Installing packages
```shell
pacman --sync - < packages.txt
```
## Installing dotfiles
```shell
plow --force
```
or...
```shell
plow --force --from ./home --to ~
```