Skip to content

bryant1410/dotbot-apt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0f90c05 · Feb 27, 2023

History

7 Commits
Feb 27, 2023
May 2, 2020
Jan 31, 2022
May 2, 2020
May 2, 2020

Repository files navigation

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