# 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 ](#installation-)
- [Usage ](#usage-)
- [Dependencies ](#dependencies-)
- [Contributing ](#contributing-)
- [License ](#license-)
## Installation
Fork or clone this repo.
## Usage
Run
```bash
sh scripts/bootstrap.sh
```
By default the script will run with whiptail (`libnewt`).
However, the script can use both `dialog` and `whiptail` as a way to display dialog boxes, so if you want to use dialog you have to pass `-d` as a parameter, and if you want to use whiptail `-w`.
For example, you can run
```bash
sh scripts/bootstrap.sh -d
```
to use dialog.
## Dependencies
You must install `libnewt` or `dialog`.
## Contributing
PRs are welcome.
## License
[MIT](https://choosealicense.com/licenses/mit/)
[1]: https://github.com/santilococo/CocoRice/fork