Sha256: b69c42ded9aae1a8973ff65bd7d1aa65066da958c0b4ee8724b289df3afad75e

Contents?: true

Size: 766 Bytes

Versions: 3

Compression:

Stored size: 766 Bytes

Contents

// General options
// Everything is relative to this directory.
// There are no directories past this point, only files.
{
  "target_directory":"/home/ebrodeur/.config/powerline",

// Ignore Patterns (optional)
// Takes an array or entry, if array it is a collection of glob or regex.
// Regex is stored in a string and detection done in application.

  "ignore_patterns":["README.md", "**/*.md", "/.*/" ],

// Segments (optional)
// Segments allow for smaller parts to be installed as needed/requested.
// Each segment is a named object with a collection of pattern/location pairs.
  "segments":{
    "zsh":{
      "pre_install_script":"filename",
      "post_install_script":"filename",
      "routes":{
        ".zshrc":"/",
        "zsh":"/"
      }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dotfu-0.2.0 config_example.json
dotfu-0.1.1 config_example.json
dotfu-0.1.0 config_example.json