43 lines
925 B
TOML
43 lines
925 B
TOML
[helpers]
|
|
|
|
[default]
|
|
depends = ["nvim"]
|
|
|
|
[default.files]
|
|
"README.md" = ""
|
|
chezmoi = ""
|
|
config = ""
|
|
exports = ""
|
|
scripts = ""
|
|
|
|
[default.variables]
|
|
|
|
# CLI package
|
|
[cli]
|
|
depends = ["nvim", "zsh"]
|
|
|
|
[cli.files]
|
|
"config/yazi" = "~/.config/yazi"
|
|
"config/tmux" = "~/.config/tmux"
|
|
"config/sesh" = "~/.config/sesh"
|
|
"config/zellij" = "~/.config/zellij"
|
|
"config/starship.toml" = "~/.config/starship.toml"
|
|
|
|
[dev.files]
|
|
"config/git" = "~/.config/git"
|
|
"config/lazygit" = "~/.config/lazygit"
|
|
"config/zed" = "~/.config/zed"
|
|
|
|
[zsh.files]
|
|
"config/zsh/zshrc" = "~/.zshrc"
|
|
"config/zsh/zprofile" = "~/.zprofile"
|
|
"config/zsh/aliases" = {target = "~/.config/zsh/aliases", type="symbolic"}
|
|
"config/zsh/completions" = {target = "~/.config/zsh/completions", type = "symbolic"}
|
|
"config/zsh/functions" = "~/.config/zsh/functions"
|
|
"config/fzf" = "~/.config/fzf"
|
|
|
|
[settings]
|
|
default_target_type = "automatic"
|
|
|
|
[nvim.files]
|
|
"config/nvim" = "~/.config/nvim"
|