From fb7f0a5b63b3ec78635c881778d7483e0cd9e8b7 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Thu, 1 Jul 2021 21:49:52 -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..832b701 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Dotfiles + +My personal dotfiles, managed using [yadm](https://yadm.io) and used +on Ubuntu 21.04 (as of now). + +Install: + +```sh +sudo apt update && sudo apt install curl git -y && sudo curl https://raw.githubusercontent.com/TheLocehiliosan/yadm/3.1.0/yadm -o /usr/local/bin/yadm && sudo chmod +x /usr/local/bin/yadm && yadm clone https://git.earne.link/earnestma/dotfiles.git --bootstrap +```