2021-12-08 09:37:31 -06:00
|
|
|
# dotfiles
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
2022-08-02 11:20:28 -05:00
|
|
|
From Source:
|
2021-12-08 09:37:31 -06:00
|
|
|
```bash
|
2022-08-02 11:20:28 -05:00
|
|
|
sh -c "$(curl -fsLS https://chezmoi.io/get)" -- init --apply git.dayl.in/daylin -S ~/.dotfiles --ssh
|
|
|
|
```
|
|
|
|
|
|
|
|
From Mirror:
|
2023-02-13 13:17:05 -06:00
|
|
|
|
2022-08-02 11:20:28 -05:00
|
|
|
```bash
|
|
|
|
sh -c "$(curl -fsLS https://chezmoi.io/get)" -- init --apply daylinmorgan -S ~/.dotfiles --ssh
|
2021-12-08 09:37:31 -06:00
|
|
|
```
|
2022-07-23 14:54:32 -05:00
|
|
|
|
2024-03-20 15:09:38 -05:00
|
|
|
On Nix:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
nix run "nixpkgs#chezmoi" -- init --apply daylinmorgan -S ~/.dotfiles
|
|
|
|
```
|
|
|
|
|
2022-07-23 14:54:32 -05:00
|
|
|
## Relevant XKCD
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
<img src="https://imgs.xkcd.com/comics/borrow_your_laptop.png">
|
|
|
|
</p>
|