Skip to content

oSoWoSo/dotbot-xi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Dotbot xbps Plugin

For use with dotbot, this plugin allows one to easily install or upgrade a list of xbps packages on Void Linux.

This plugin is recreation of xbps plugin, to use xi command instead
(xi is part of xtools)

Usage

Add this plugin to your dotfiles repo as a submodule

git submodule add https://github.com/oSoWoSo/dotbot-xi
./install -p dotbot-xi/xi.py -c install.conf.yaml

xi will handle raising privileges if needed.

Then, include the plugin and specify your desired packages in your install.conf.yaml:

- plugins:
  - dotbot-xi/

- xi:
  - awesome
  - zsh
  - vim

About

dotbot xi plugin (Use xi from xtools)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%