dotfiles/README.md
2024-12-19 00:15:20 +01:00

22 lines
205 B
Markdown

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