An open API service indexing awesome lists of open source software.

https://github.com/citrusui/pearl

Dotfiles adapted for use with Pearl.
https://github.com/citrusui/pearl

bash dotfiles pearl

Last synced: 3 months ago
JSON representation

Dotfiles adapted for use with Pearl.

Awesome Lists containing this project

README

        

# Pearl

My personal dotfiles for the [Pearl](https://github.com/pearl-core/pearl) package manager.

## Install

Make sure you already have Pearl [installed.](https://github.com/pearl-core/pearl#installation)

Add the following lines to `~/.config/pearl/pearl.conf`:

```
PEARL_PACKAGES["citrusui"]="https://github.com/citrusui/pearl"
PEARL_PACKAGES_DESCR["citrusui"]="Dotfiles adapted for use with Pearl."
```

Run the following command:

```sh
pearl install citrusui
```

Licensed under [MIT.](LICENSE.md)