package
0.3.4
Repository: https://github.com/jan-xyz/dotfiles.git
Documentation: pkg.go.dev

# README

brewtaps

import "github.com/jan-xyz/dotfiles/internal/plugins/brewtaps"

Package brewtaps is the plugin to interface with brew to add custom taps.

Index

type Plugin

Plugin holds the configuration for homebrew taps.

type Plugin struct {
    Taps      []string
    Commander dotfiles.Commander
}

func (Plugin) Add

func (b Plugin) Add(taps []string) error

Add takes a list of taps to tap these.

func (Plugin) GetMissingPackages

func (b Plugin) GetMissingPackages() ([]string, error)

GetMissingPackages returns a list of homebrew taps which are configured but not currently tapped.

func (Plugin) Update

func (b Plugin) Update() error

Update for Homebrew taps is currently not implemented.

Generated by gomarkdoc