Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitConfig ¶
func InitConfig()
Types ¶
type Configuration ¶
type Configuration struct { Storage Storage `mapstructure:"storage" yaml:"storage"` Files []OSLocation `mapstructure:"files" yaml:"files"` Folders []OSLocation `mapstructure:"folders" yaml:"folders"` PackageManagers PkgManagers `mapstructure:"package-managers" yaml:"package-managers"` }
type OSLocation ¶
type PkgManagers ¶
type PkgManagers struct { InstallationOrder []string `mapstructure:"installation-order" yaml:"installation-order"` Brew []string `mapstructure:"brew" yaml:"brew"` Apt []string `mapstructure:"apt" yaml:"apt"` Cargo []string `mapstructure:"cargo" yaml:"cargo"` Pip []string `mapstructure:"pip" yaml:"pip"` Npm []string `mapstructure:"npm" yaml:"npm"` Go []string `mapstructure:"go" yaml:"go"` Nala []string `mapstructure:"nala" yaml:"nala"` }
Click to show internal directories.
Click to hide internal directories.