1
0
Fork 0
dotfiles/README.md

10 lines
343 B
Markdown
Raw Normal View History

2018-03-10 04:04:29 +00:00
# Dotfiles
![xkcd 1806](https://imgs.xkcd.com/comics/borrow_your_laptop.png)
## Install
This repository uses [chezmoi](https://www.chezmoi.io/) to manage the dotfiles. To install the dotfiles, first install `chezmoi` with your package manage and then run:
``` sh
chezmoi init https://code.badjware.dev/badjware/dotfiles.git
chezmoi apply
2018-03-10 04:04:29 +00:00
```