Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 651 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 651 Bytes

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