update install instructions

This commit is contained in:
Daylin Morgan 2022-08-02 16:20:28 +00:00
parent 69cb1884d9
commit 67d79c665f
1 changed files with 7 additions and 1 deletions

View File

@ -2,8 +2,14 @@
## Install
From Source:
```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