28 lines
468 B
TOML
28 lines
468 B
TOML
[helpers]
|
|
|
|
[default]
|
|
depends = []
|
|
|
|
[default.files]
|
|
|
|
[default.variables]
|
|
|
|
[zsh.files]
|
|
zshrc = "~/.zshrc"
|
|
zprofile = "~/.zprofile"
|
|
zsh_20_keybind = "~/.zsh/20_keybind.zsh"
|
|
zsh_30_alias = "~/.zsh/30_alias.zsh"
|
|
zsh_50_setopt = "~/.zsh/50_setopt.zsh"
|
|
zsh_70_misc = "~/.zsh/70_misc.zsh"
|
|
|
|
[shell.files]
|
|
# Optional variables email+git_username
|
|
gitconfig = "~/.gitconfig"
|
|
tmux = "~/.tmux.conf"
|
|
|
|
[vim.files]
|
|
vimrc = "~/.vimrc"
|
|
|
|
[nvim.files]
|
|
init_vim = "~/.config/nvim/init.vim"
|