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.
- Host: GitHub
- URL: https://github.com/citrusui/pearl
- Owner: citrusui
- License: mit
- Created: 2016-11-27T19:36:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T19:51:35.000Z (over 8 years ago)
- Last Synced: 2025-01-15T03:07:06.621Z (4 months ago)
- Topics: bash, dotfiles, pearl
- Language: Shell
- Homepage: https://github.com/citrusui/setup
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)