version = "0.6.5" home = "/home/weger" config_dir = "/home/weger/.config/sheldon" data_dir = "/home/weger/.local/sheldon" config_file = "/home/weger/.config/sheldon/plugins.toml" lock_file = "/home/weger/.config/sheldon/plugins.lock" clone_dir = "/home/weger/.local/sheldon/repos" download_dir = "/home/weger/.local/sheldon/downloads" plugins = [] [templates.PATH] value = "export PATH=\"{{ dir }}:$PATH\"" each = false [templates.path] value = "path=( \"{{ dir }}\" $path )" each = false [templates.fpath] value = "fpath=( \"{{ dir }}\" $fpath )" each = false [templates.source] value = "source \"{{ file }}\"" each = true [templates.defer] value = "zsh-defer source \"{{ file }}\"" each = true [templates.defer-more] value = "zsh-defer -t 0.5 source \"{{ file }}\"" each = true