35 lines
845 B
Markdown
35 lines
845 B
Markdown
# CocoRice
|
|
|
|
[Fork][1] this repository and you will be able to backup all your dotfiles (and easily install them on another machine).
|
|
|
|
## Table of contents
|
|
- [Installation <a name="installation"></a>](#installation-)
|
|
- [Usage <a name="usage"></a>](#usage-)
|
|
- [Dependencies <a name="dependencies"></a>](#dependencies-)
|
|
- [Contributing <a name="contributing"></a>](#contributing-)
|
|
- [License <a name="license"></a>](#license-)
|
|
|
|
## Installation <a name="installation"></a>
|
|
|
|
Fork or clone this repo.
|
|
|
|
## Usage <a name="usage"></a>
|
|
|
|
Run
|
|
|
|
```bash
|
|
sh scripts/bootstrap.sh
|
|
```
|
|
|
|
## Dependencies <a name="dependencies"></a>
|
|
|
|
You must install dialog.
|
|
|
|
## Contributing <a name="contributing"></a>
|
|
PRs are welcome.
|
|
|
|
## License <a name="license"></a>
|
|
[MIT](https://choosealicense.com/licenses/mit/)
|
|
|
|
[1]: https://github.com/santilococo/CocoRice/fork
|