dotfiles/README.md

20 lines
378 B
Markdown
Raw Normal View History

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:
```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
## Relevant XKCD
<p align="center">
<img src="https://imgs.xkcd.com/comics/borrow_your_laptop.png">
</p>