blob: ffe24f7ac8d35634f13b43fb086602f9541d58bc (
plain) (
blame)
1
2
3
4
5
6
|
# .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 pacman -S $x; done`
|