Easily install APT packages with dotbot.
Inspired by dotbot-apt-get.
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