mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
update install instructions
This commit is contained in:
parent
d9008d48a1
commit
b38abcf81d
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue