Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fundor333/dotbot-gh-extension
Plugin for DotBot for GH Extension
https://github.com/fundor333/dotbot-gh-extension
dotbot dotbot-plugin gh-extension
Last synced: 6 days ago
JSON representation
Plugin for DotBot for GH Extension
- Host: GitHub
- URL: https://github.com/fundor333/dotbot-gh-extension
- Owner: fundor333
- License: gpl-3.0
- Created: 2021-08-27T18:30:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-27T19:34:43.000Z (about 3 years ago)
- Last Synced: 2024-08-13T07:08:19.801Z (3 months ago)
- Topics: dotbot, dotbot-plugin, gh-extension
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - fundor333/dotbot-gh-extension - Plugin for DotBot for GH Extension (Python)
README
# dotbot-gh-extension
Plugin for [`dotbot`](https://github.com/anishathalye/dotbot) to install and update GH extension.
## Installation
1. Add `dotbot-gh-extension` as a submodule of your dotfiles repository.
```bash
git submodule add https://github.com/fundor333/dotbot-gh-extension.git
```2. Modify your `install` script to enable the `dotbot-gh-extension` plugin.
```bash
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" --plugin-dir dotbot-gh-extension -c "${CONFIG}" "${@}"
```## Usage
The plugin adds one directive use with `ghe` with the repo.
For example:
```yaml
- ghe:
- vilmibm/gh-screensaver
- vilmibm/gh-user-status
- samcoe/gh-triage
```