README.md: update instructions
I'm using the AUR package for dotdrop now.
This commit is contained in:
parent
f1b55c6be9
commit
59d99715ab
13
README.md
13
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
|
||||
|
Loading…
Reference in New Issue
Block a user