dotter/.dotter/global.toml

39 lines
651 B
TOML
Raw Normal View History

2021-11-26 13:01:28 +00:00
[helpers]
[default]
depends = []
[default.files]
[default.variables]
[zsh.files]
zshrc = "~/.zshrc"
zprofile = "~/.zprofile"
2021-11-26 14:30:29 +00:00
zsh = "~/.zsh"
2021-11-26 13:01:28 +00:00
[shell.files]
# Optional variables email+git_username
gitconfig = "~/.gitconfig"
tmux = "~/.tmux.conf"
2021-11-26 14:30:29 +00:00
ssh = "~/.ssh"
ctags = "~/.ctags"
2021-11-26 13:01:28 +00:00
[vim.files]
vimrc = "~/.vimrc"
2021-11-26 14:30:29 +00:00
[vim.variables]
# linter can be "standard" or "eslint"
js_linter = "\"standard\""
# fixer can be "standard" or "prettier"
js_fixer = "\"standard\""
2021-11-26 13:01:28 +00:00
[nvim.files]
2021-11-26 14:30:29 +00:00
nvim = "~/.config/nvim"
[nvim.variables]
# linter can be "standard" or "eslint"
js_linter = "\"standard\""
# fixer can be "standard" or "prettier"
js_fixer = "\"standard\""