aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:23:19 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:23:19 +0100
commite0c98f5adbb56ab091b9c4aa94f7d79df0a6d6cb (patch)
treec7363f6e854f15a7bace9f4a1fc46cd7dbd577bf /README.md
parentf185694ff83f40f93ea535358ea36eccc837fa6e (diff)
downloaddotfiles-e0c98f5adbb56ab091b9c4aa94f7d79df0a6d6cb.tar.gz
dotfiles-e0c98f5adbb56ab091b9c4aa94f7d79df0a6d6cb.tar.bz2
dotfiles-e0c98f5adbb56ab091b9c4aa94f7d79df0a6d6cb.zip
docs: update README and copilot instructions for chezmoi
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
+```
+