dotter/.dotter/global.toml

43 lines
658 B
TOML
Raw Normal View History

2021-11-26 13:01:28 +00:00
[helpers]
[default]
depends = []
[default.files]
[default.variables]
2021-11-26 17:21:10 +00:00
# linter can be "standard" or "eslint"
js_linter = "\"standard\""
# fixer can be "standard" or "prettier"
js_fixer = "\"standard\""
2022-10-23 13:33:57 +00:00
enableTmux = false
sshAgent = false
2021-11-26 13:01:28 +00:00
[zsh.files]
zprofile = "~/.zprofile"
2021-11-26 14:30:29 +00:00
zsh = "~/.zsh"
2021-11-26 13:01:28 +00:00
2021-12-27 15:01:23 +00:00
[zsh_zplug.files]
zshrc_zplug = "~/.zshrc"
[zsh_zinit.files]
zshrc_zinit = "~/.zshrc"
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 17:33:51 +00:00
alacritty = "~/.config/alacritty"
2021-11-26 13:01:28 +00:00
[vim.files]
vimrc = "~/.vimrc"
2021-11-26 14:30:29 +00:00
[vim.variables]
2021-11-26 13:01:28 +00:00
[nvim.files]
2021-11-26 14:30:29 +00:00
nvim = "~/.config/nvim"
[nvim.variables]