Git Product home page Git Product logo

dotbot-yay's Introduction

Dotbot yay Plugin

Plugin for dotbot that adds a yay directive. It allows installation of packeges using yay, and by extension pacman, packages.

This plugin will attempt to install yay if not already present. This should make it easier to set up a new computer.

Installation

Add it as a submodule of your dotfiles repository.

git submodule add https://github.com/alexwh/dotbot-yay

Usage

One option is having your packages list in a separate file. This way you can run it separately from your main configuration.

./install -p dotbot-yay/yay.py -c packages.conf.yaml

Alternatively, you can add the directive directly in install.conf.yaml and modify your install script so it automatically enables the yay plugin.

"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" \
  --plugin-dir "${BASEDIR}/dotbot-yay" "${@}"

Configuration

Example of the packages.conf.yaml:

- yay:
  - zsh
  - neovim
  - atom-editor-bin
  - gitkraken

Additionally, if you want to separate your pacman packages from your AUR packages, you can put them in a directive named pacman. Both directives are functionally the same, but may allow you to organize things a little more.

- pacman:
  - zsh
  - neovim
- yay:
  - atom-editor-bin
  - gitkraken

dotbot-yay's People

Contributors

ajlende avatar alexwh avatar grzesuav avatar insuusvenerati avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

connorjc3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.