From 59d99715ab4641e6e941e01ea8da2583eda4fb50 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 12 Aug 2022 20:59:32 -0700 Subject: [PATCH] README.md: update instructions I'm using the AUR package for dotdrop now. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d331e5..d104980 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Alan's dotfiles -Alan's dotfiles are managed with [dotdrop](https://github.com/deadc0de6/dotdrop). To set up on a new machine, do this: +Alan's dotfiles are managed with [dotdrop](https://github.com/deadc0de6/dotdrop). To set up on a new Arch Linux machine install [dotdrop from AUR](https://aur.archlinux.org/packages/dotdrop) and do this: + +## Setup on Arch Linux +Install [dotdrop from AUR](https://aur.archlinux.org/packages/dotdrop) and then install the dotfiles: + +```console +$ git clone --recursive https://git.mjanja.ch/alanorth/dotfiles.git +$ dotdrop install +``` + +## Setup on Other Linux +Bootstrap the repository's copy of dotdrop, prepare Python deps, and then install the dotfiles: ```console $ git clone --recursive https://git.mjanja.ch/alanorth/dotfiles.git