dotfiles

package
v0.0.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DotFilerGremlin

type DotFilerGremlin struct {
	GithubAuthTokenProvider externalapi.IGithubTokenProvider
	GithubClientProvider    externalapi.IGithubClientProvider
}

func NewDotfilesGremlin

func NewDotfilesGremlin() *DotFilerGremlin

func (DotFilerGremlin) GetMyDotfiles

func (d DotFilerGremlin) GetMyDotfiles() (repositories []github.Repository, err error)

func (DotFilerGremlin) Install

func (d DotFilerGremlin) Install() (out *bytes.Buffer, err error)

func (DotFilerGremlin) Name

func (d DotFilerGremlin) Name() string

func (DotFilerGremlin) Uninstall

func (d DotFilerGremlin) Uninstall() (out *bytes.Buffer, err error)

func (DotFilerGremlin) Validate

func (d DotFilerGremlin) Validate() (out *bytes.Buffer, err error)

type DotfilesSetup added in v0.0.11

type DotfilesSetup struct {
	RepoURL       string
	LocalPath     string
	InstallScript string
}

func NewDotfilesSetup added in v0.0.11

func NewDotfilesSetup(repoURL, localPath, installScript string) *DotfilesSetup

func (DotfilesSetup) Install added in v0.0.11

func (d DotfilesSetup) Install() (*bytes.Buffer, error)

func (DotfilesSetup) Name added in v0.0.11

func (d DotfilesSetup) Name() string

func (DotfilesSetup) Uninstall added in v0.0.11

func (d DotfilesSetup) Uninstall() (*bytes.Buffer, error)

func (DotfilesSetup) Validate added in v0.0.11

func (d DotfilesSetup) Validate() (out *bytes.Buffer, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL