Configuration
Complete reference for lct.yml configuration files.
Configuration schema
A yaml schema is available for editor autocompletion and validation:
URL: https://frostme.github.io/lct/schema.yaml
Minimal valid config
remote: null
configs: []
dotfiles: []
other: []
plugins: []
modules: []
Full config
remote: git@github.com:example/dotfiles.git
configs:
- alacritty
- nvim
dotfiles:
- ~/.zshrc
- ~/.gitconfig
other:
- ~/work/custom.conf
- ~/.local/bin/dev-tool
plugins:
- author/repo.example-plugin
- author/repo.another-plugin
- author/plugin-repo
modules:
- example/lct-module
- example/lct-theme
- fsaintjacques/semver-tool
packageManager: brew