blob: 0b4e48ee5bb8e87f59dc13b4040835ade6bc2e20 (
plain) (
blame)
1
2
3
4
5
6
7
|
# .files
These are my personal dotfiles of my main arch-based machine. You probably shouldn't use these, as the configs are **very** specific to my PC usage.
## My routine for new machines
* Clone this repository and move all its files into your `$HOME` (including `.git`)
* Install the packages: `for x in $(cat packages.txt); do yay -S $x; done`
* `git pull` in `$HOME` to update
|