diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,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. +These are my personal dotfiles of my main PC and all my other devices. 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 +1. Clone this repository and move all its files into your `$HOME` (including `.git`) +2. Execute `./sync` +3. Repeat step 2 every once in a while |