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