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
|
2025-01-05 14:23:39 +00:00
|
|
|
plow --force --verbose
|
2024-12-18 23:15:20 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
or...
|
|
|
|
|
|
|
|
```shell
|
2025-01-05 14:23:39 +00:00
|
|
|
plow --force --verbose --from ./home --to ~
|
2024-12-18 23:15:20 +00:00
|
|
|
```
|