commands

package
v0.0.0-...-ff6699d Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2017 License: Apache-2.0 Imports: 15 Imported by: 0

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

func New

func New() *cobra.Command

New ...

Types

type Customization

type Customization struct {
	Path string
}

Customization ...

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

Jump to

Keyboard shortcuts

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