timbedard / dotbot-stow

GNU Stow plugin for Dotbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GNU Stow Plugin for Dotbot

Link dotfiles with Stow.

Installation

Add this repo as a submodule to your dotfiles repo:

git submodule add https://github.com/timbedard/dotbot-stow

Modify your install script:

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

Usage

# simple
- stow: scripts

# list
- stow: ['bin', 'utils']

# dict
- stow:
    nvim: ~/.config/nvim

# full config
- stow:
    config:
      target: ~/.config
      restow: true
      adopt: false
      ignore: "md"
      defer: "flake8"
      override: "fish"
    vim:

About

GNU Stow plugin for Dotbot


Languages

Language:Python 100.0%