Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigFileName = ".dfrc" BackupFileName = "dfrc.zip" ConfigRemotePath = "https://raw.githubusercontent.com/dwarvesf/dotfiles/master/.dfrc" )
View Source
const (
VERSION = "1.0"
)
VERSION ...
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dotfiles ¶
type Dotfiles struct {
Theme string `yaml:"theme"`
Languages []string `yaml:"languages"`
Tools []string `yaml:"tools"`
Editors []string `yaml:"editors"`
Apps []string `yaml:"apps"`
Fonts []string `yaml:"fonts"`
}
dotfiles contains configuration of . files
type Schema ¶
type Schema struct {
Dotfiles Dotfiles `yaml:"dotfiles"`
Customize Customization `yaml:"customize"`
}
Schema defines structure of .dfrc file
Click to show internal directories.
Click to hide internal directories.