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

# README

brewbottles

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

Package brewbottles is the plugin to interface with brew to install bottles and casks

Index

type Plugin

Plugin holds the configuration for all hombrew packages.

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

func (Plugin) Add

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

Add takes a list of brew package names for installation.

func (Plugin) GetMissingPackages

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

GetMissingPackages returns a list of brew packages which are configured but not currently installed.

func (Plugin) Update

func (b Plugin) Update() error

Update updates all currently installed brew packages.

Generated by gomarkdoc