dotter/.dotter/global.toml

39 lines
651 B
TOML

[helpers]
[default]
depends = []
[default.files]
[default.variables]
[zsh.files]
zshrc = "~/.zshrc"
zprofile = "~/.zprofile"
zsh = "~/.zsh"
[shell.files]
# Optional variables email+git_username
gitconfig = "~/.gitconfig"
tmux = "~/.tmux.conf"
ssh = "~/.ssh"
ctags = "~/.ctags"
[vim.files]
vimrc = "~/.vimrc"
[vim.variables]
# linter can be "standard" or "eslint"
js_linter = "\"standard\""
# fixer can be "standard" or "prettier"
js_fixer = "\"standard\""
[nvim.files]
nvim = "~/.config/nvim"
[nvim.variables]
# linter can be "standard" or "eslint"
js_linter = "\"standard\""
# fixer can be "standard" or "prettier"
js_fixer = "\"standard\""