class

Fluxion::DotbotStep

Inherits Fluxion::Step < Reference < Object

type: dotbot — apply dotfiles with dotbot-go.

Constants

DEFAULT_BINARY = "dotbot"
DEFAULT_INSTALLER_VERSION = "v0.4.2"

Constructors

new(name : String, config : String, installer_version : String = DEFAULT_INSTALLER_VERSION, binary : String = DEFAULT_BINARY, description : String | Nil = nil, continue_on_error : Bool = false, probe_command : String | Nil = nil, condition : Condition | Nil = nil)
Source

Instance methods

binary
Source
config
Source
installer_version
Source
items

Everything this step installs, in declaration order.

Source
kind

The config type (stable schema) that produces this step.

Source
summary

One-line summary for plan and list.

Source