add pre_deploy.sh script for dotter

This commit is contained in:
Alexander Navarro 2024-11-19 15:48:29 -03:00
parent 808cdb3201
commit d93bf44ae0
7 changed files with 192 additions and 16 deletions

View file

@ -1,14 +1,9 @@
[default]
depends = ["nvim"]
[settings]
default_target_type = "automatic"
[default.files]
"README.md" = ""
chezmoi = ""
config = ""
exports = ""
scripts = ""
[default.variables]
[helpers]
flatten_table = ".dotter/handlebars_helpers/flatten_table.rhai"
header = ".dotter/handlebars_helpers/header.rhai"
# CLI package
[cli]
@ -22,6 +17,9 @@ depends = ["nvim", "zsh"]
"config/yazi" = "~/.config/yazi"
"config/zellij" = "~/.config/zellij"
[dev]
depends = ["rust"]
[dev.files]
"config/git" = "~/.config/git"
"config/lazygit" = { target = "~/.config/lazygit", type = "symbolic"}
@ -38,8 +36,8 @@ depends = ["nvim", "zsh"]
[nushell.files]
"config/nushell" = "~/.config/nushell"
[settings]
default_target_type = "automatic"
[nvim.files]
"config/nvim" = "~/.config/nvim"
[rust.variables]
cargo.packages = []