alexgorban / dotbot-apt

Dotbot APT plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotbot APT Plugin

Easily install APT packages with dotbot.

Inspired by dotbot-apt-get.

Usage

Python 3.5+ is needed.

It's easiest to track this plugin in your dotfiles repo:

git submodule add https://github.com/bryant1410/dotbot-apt

I also recommend having your apt-get list in a separate file since dotbot will need root privileges to use the plugin. Using the plugin will look something like this:

sudo ./install -p dotbot-apt/apt.py -c packages.conf.yaml

Example packages.conf.yaml file:

- apt:
  - jq

About

Dotbot APT plugin

License:Apache License 2.0


Languages

Language:Python 100.0%