add nix instructiosn for installing
This commit is contained in:
parent
855547baa8
commit
e87d65b0b2
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ From Mirror:
|
||||||
sh -c "$(curl -fsLS https://chezmoi.io/get)" -- init --apply daylinmorgan -S ~/.dotfiles --ssh
|
sh -c "$(curl -fsLS https://chezmoi.io/get)" -- init --apply daylinmorgan -S ~/.dotfiles --ssh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On Nix:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
nix run "nixpkgs#chezmoi" -- init --apply daylinmorgan -S ~/.dotfiles
|
||||||
|
```
|
||||||
|
|
||||||
## Relevant XKCD
|
## Relevant XKCD
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|
Loading…
Reference in a new issue