From 7e3dbf8241fabb30b9c3d9b0c57da9aa34fb151e Mon Sep 17 00:00:00 2001 From: earnest ma Date: Mon, 2 Aug 2021 19:49:14 -0400 Subject: [PATCH] Update README --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 832b701..5d75679 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# Dotfiles +# [Dotfiles](https://sr.ht/~earnestma/configuration) -My personal dotfiles, managed using [yadm](https://yadm.io) and used -on Ubuntu 21.04 (as of now). +- [My personal dotfiles](https://git.sr.ht/~earnestma/dotfiles), [NixOS + configuration](https://git.sr.ht/~earnestma/nixos-configs) and [Doom + Emacs](https://git.sr.ht/~earnestma/doom) config. -Install: +My personal dotfiles, managed using: -```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 -``` +- [yadm](https://yadm.io) +- [home-manager](https://github.com/nix-community/home-manager) + +These are used on Ubuntu 21.04 but aim to target NixOS 21.05 only soon.