dotter/.dotter/global.toml

43 lines
658 B
TOML

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