https://github.com/rubenvereecken/dotbot-apt-get
dotbot apt-get plugin
https://github.com/rubenvereecken/dotbot-apt-get
Last synced: 6 months ago
JSON representation
dotbot apt-get plugin
- Host: GitHub
- URL: https://github.com/rubenvereecken/dotbot-apt-get
- Owner: rubenvereecken
- Created: 2016-03-18T22:45:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T14:36:33.000Z (almost 9 years ago)
- Last Synced: 2024-08-14T07:09:19.206Z (10 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rubenvereecken/dotbot-apt-get - dotbot apt-get plugin (Python)
README
# Dotbot apt-get Plugin
For use with [dotbot](https://github.com/anishathalye/dotbot),
this plugin allows one to easily
install or upgrade a list of apt-get packages.## Usage
It's easiest to track this plugin in your dotfiles repo:
```bash
git submodule add https://github.com/rubenvereecken/dotbot-apt-get
```I also recommend having your apt-get 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-apt-get/aptget.py -c packages.conf.yaml
```