From 808cdb320122be1d598c3c4f84c7fbf9b1551df6 Mon Sep 17 00:00:00 2001 From: aleidk Date: Mon, 18 Nov 2024 22:33:24 -0300 Subject: [PATCH] add pre_deploy.sh --- .dotter/global.toml | 2 -- .dotter/pre_deploy.sh | 1 + .dotter/thinkpad.toml | 7 +++++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .dotter/pre_deploy.sh create mode 100644 .dotter/thinkpad.toml diff --git a/.dotter/global.toml b/.dotter/global.toml index 909555a..748bd20 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -1,5 +1,3 @@ -[helpers] - [default] depends = ["nvim"] diff --git a/.dotter/pre_deploy.sh b/.dotter/pre_deploy.sh new file mode 100644 index 0000000..bbb0008 --- /dev/null +++ b/.dotter/pre_deploy.sh @@ -0,0 +1 @@ +sudo dnf install -y {{# each packages }} {{ this }} {{/each}} diff --git a/.dotter/thinkpad.toml b/.dotter/thinkpad.toml new file mode 100644 index 0000000..ec4087d --- /dev/null +++ b/.dotter/thinkpad.toml @@ -0,0 +1,7 @@ +includes = [] +packages = ["default", "cli", "dev"] + +[files] + +[variables] +packages = ["neovim", "fzf"]