Documentation ¶
Overview ¶
Package dotfiles wraps around deploying dotfiles
Index ¶
Constants ¶
View Source
const ( // CompletionsMode indicates to generate completions CompletionsMode = "completions" // DeployMode indicates file deployment DeployMode = "deploy" // DiffMode indicates showing a diff DiffMode = "diff" // ListMode will list the effective files ListMode = "ls-files" // DryRunArg is the argumnent to outline changes (not make them) DryRunArg = "dry-run" // ForceArg will force write all files ForceArg = "force" // VerboseArg will enable verbose diffing VerboseArg = "verbose" // OverwriteArg will overwrite differing files OverwriteArg = "overwrite" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.