https://github.com/niklas-heer/dotbot-eopkg
dotbot eopkg plugin
https://github.com/niklas-heer/dotbot-eopkg
dotbot dotbot-eopkg eopkg python solus
Last synced: 7 days ago
JSON representation
dotbot eopkg plugin
- Host: GitHub
- URL: https://github.com/niklas-heer/dotbot-eopkg
- Owner: niklas-heer
- License: gpl-3.0
- Created: 2016-12-26T04:19:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T22:23:50.000Z (over 9 years ago)
- Last Synced: 2026-04-24T05:42:28.354Z (2 months ago)
- Topics: dotbot, dotbot-eopkg, eopkg, python, solus
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotbot eopkg Plugin
For use with [dotbot](https://github.com/anishathalye/dotbot),
this plugin allows one to easily install or upgrade a list of eopkg packages.
This plugin is heavily inspired by the [apt-get](https://github.com/rubenvereecken/dotbot-apt-get) plugin.
## Usage
It's easiest to track this plugin in your dotfiles repo:
```bash
git submodule add https://github.com/niklas-heer/dotbot-eopkg
```
I also recommend having your eopkg list in a separate file
since dotbot will need root privileges in order to use the plugin.
Using the plugin will look something like this:
```bash
./install -p dotbot-eopkg/eopkg.py -c packages.conf.yaml
```
Example for `packages.conf.yaml`:
```yaml
- eopkg:
- vim
```