From 1a760dbe1f23087729cc16eab95d88332afe5ab8 Mon Sep 17 00:00:00 2001 From: frosty Date: Sun, 23 Jun 2024 06:41:38 -0400 Subject: [PATCH] add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f77d6c --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# dotfiles + +Setup data and configurations for my Linux machines. + +## Installation + +```sh +$ stow -Rt $HOME . +```