From 8ff80017606d690990337a0af32957cd83ed153b Mon Sep 17 00:00:00 2001 From: aleidk Date: Mon, 5 Aug 2024 14:58:20 -0400 Subject: [PATCH] add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e11672 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Personal Dotfiles :3 + +## Installation + +Please ensure the that git is installed and you have an ssh key registered, +then execute the following command: + +```bash +sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin init --apply aleee-idk/mini-dots +```