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 +```