Save and deploy your dotfiles on any git version control system like Codeberg.
Go to file
Santiago Lo Coco edd59e814b Add sh library 2021-12-26 19:23:38 -03:00
dotfiles Delete plug.vim 2021-12-23 23:40:21 -03:00
scripts Add sh library 2021-12-26 19:23:38 -03:00
templates Add gitconfig (with setup) 2021-12-21 19:38:18 -03:00
.gitignore Add gitconfig (with setup) 2021-12-21 19:38:18 -03:00
LICENSE.md Create LICENSE.md 2021-12-21 18:43:19 -03:00
README.md Update README.md 2021-12-26 18:27:24 -03:00

README.md

CocoRice

Fork this repository and you will be able to backup all your dotfiles (and easily install them on another machine).

Table of contents

Installation

Fork or clone this repo.

Usage

Run

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

sh scripts/bootstrap.sh -d

to use dialog.

Dependencies

You must install libnewt or dialog.

Contributing

PRs are welcome.

License

MIT