aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9a5992c..c434b03 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,11 @@
# dotfiles
-My linux config and rc files
+My Arch Linux configuration, managed with [chezmoi](https://www.chezmoi.io/).
+
+## Setup
+
+```sh
+chezmoi init --source ~/dotfiles
+chezmoi apply -v
+```
+