From 86359dcba643b9bde1590201f44d50890cc7705a Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 8 Feb 2026 16:26:57 -0500 Subject: [PATCH] docs: add installation instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 62ac67e..87ffd98 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ # Dotfiles + +A collection of config files and scripts for Fedora GNU/Linux. + +## Installation + +```bash +chezmoi init --apply git@github.com:AquaMorph/dotfiles.git +``` +