Skip to content

Plugin for Dotbot, that adds the `scoop` directive, which allows you to install scoop packages

License

Notifications You must be signed in to change notification settings

JamJar00/dotbot-scoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotbot scoop Plugin

Plugin for Dotbot, that adds the scoop directive, which allows you to install scoop packages

Largely based on the snap plugin for the same purpose.

Installation

  1. Simply add this repo as a submodule of your dotfiles repository:
git submodule add https://github.com/JamJar00/dotbot-scoop.git
  1. Pass this folder (or directly scoop.py file) path with corresponding flag to dotbot in your install script:
  • -p /path/to/file/scoop.py

or

  • --plugin-dir /pato/to/plugin/folder

Usage

Example Config

...
- scoop:
    buckets:
      - extras
      - name: nerd-fonts
        repo: https://github.com/matthewjberger/scoop-nerd-fonts
      ...
    apps:
      - firefox
      - win32yank
      ...
...

Troubleshooting

If it fails run ./install -v to see more info

If the more info just says Extra data: line 1 column 2 (char 1) your scoop is old, run scoop update

Developing

Run the following command to get some linting

poetry run pylama

About

Plugin for Dotbot, that adds the `scoop` directive, which allows you to install scoop packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages