Skip to content

dotbot plugin to install packages via pacapt

License

Notifications You must be signed in to change notification settings

jtdoepke/dotbot-pacapt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotbot-pacapt

A dotbot plugin to install packages using different package managers via pacapt.

Installation

$ git submodule add https://github.com/jtdoepke/dotbot-pacapt

Add the plugin dir to your install script.

--plugin-dir dotbot-pacapt/

Example

Add a packages entry to your dotbot config:

- pacapt:
   # Can just list packages that have a common name across package managers.
   - git
   - wget
   - curl
   - bzip2

   # Or list packages together as a reminder that they are equivalent.
   - ubuntu: build-essential
     fedora:
        - make
        - automake
        - gcc
        - gcc-c++
        - kernel-devel

   - ubuntu:
       - sqlite3
       - libsqlite3-dev
     fedora:
       - sqlite
       - sqlite-devel

   - ubuntu:
       - llvm
       - libncurses5-dev
       - libncursesw5-dev
       - tk-dev

   - ubuntu: libssl-dev
     fedora: openssl-devel

   - ubuntu: zlib1g-dev
     fedora: zlib-devel

   - ubuntu: libbz2-dev
     fedora: bzip2-devel

   - ubuntu: libreadline-dev
     fedora: readline-devel

   - ubuntu: xz-utils
     fedora:
       - xz
       - xz-devel

About

dotbot plugin to install packages via pacapt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages