1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-12-19 00:15:20 +01:00
parent 77eccec635
commit 16ea2e2d7c
No known key found for this signature in database
18 changed files with 407 additions and 15 deletions

View file

@ -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 ~
```