update install instructions
This commit is contained in:
parent
69cb1884d9
commit
67d79c665f
1 changed files with 7 additions and 1 deletions
|
@ -2,8 +2,14 @@
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
From Source:
|
||||||
```bash
|
```bash
|
||||||
sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply daylinmorgan -S ~/.dotfiles --ssh
|
sh -c "$(curl -fsLS https://chezmoi.io/get)" -- init --apply git.dayl.in/daylin -S ~/.dotfiles --ssh
|
||||||
|
```
|
||||||
|
|
||||||
|
From Mirror:
|
||||||
|
```bash
|
||||||
|
sh -c "$(curl -fsLS https://chezmoi.io/get)" -- init --apply daylinmorgan -S ~/.dotfiles --ssh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Relevant XKCD
|
## Relevant XKCD
|
||||||
|
|
Loading…
Reference in a new issue