Skip to content

alexgorban/dotbot-apt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%