aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ffe24f7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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`