JamJar00 / dotbot-scoop

Plugin for Dotbot, that adds the `scoop` directive, which allows you to install scoop packages
MIT License
3 stars 0 forks source link

Add Support to Use Custom Bucket Repo ? #1

Closed Jvcon closed 1 year ago

Jvcon commented 1 year ago

eg:

scoop:
  bukcet:
    - name: custom
      repo: 'https://github.com/*'
JamJar00 commented 1 year ago

Definitely a good idea. I made a start on this on the feature/bucket-urls branch but it's not quite working yet. Will try and pick it up again over the next few days

JamJar00 commented 1 year ago

Added in #2, let me know if there's any issues!