update install instructions

This commit is contained in:
Philip Henning 2022-07-15 12:37:47 +02:00
parent d9008d48a1
commit b38abcf81d

View file

@ -12,7 +12,10 @@ I manage my dotfiles using [dotdrop](https://github.com/deadc0de6/dotdrop).
6. Clone dotfiles, install dependencies for dotdrop and install dotfiles. 6. Clone dotfiles, install dependencies for dotdrop and install dotfiles.
```shell ```shell
git clone https://github.com/shokinn/.files ~/.files \ git clone https://github.com/shokinn/.files ~/.files \
&& pip3 install --user -r ~/.files/dotdrop/requirements.txt \ && cd ~/.files \
&& git submodule update --init \
&& cd .. \
&& pip install --user -r ~/.files/dotdrop/requirements.txt \
&& eval $(grep -v "^#" ~/.files/.env.public) ~/.files/dotdrop.sh install && eval $(grep -v "^#" ~/.files/.env.public) ~/.files/dotdrop.sh install
``` ```