add pre_deploy.sh

This commit is contained in:
Alexander Navarro 2024-11-18 22:33:24 -03:00
parent c7b411f60f
commit 808cdb3201
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,3 @@
[helpers]
[default]
depends = ["nvim"]

1
.dotter/pre_deploy.sh Normal file
View file

@ -0,0 +1 @@
sudo dnf install -y {{# each packages }} {{ this }} {{/each}}

7
.dotter/thinkpad.toml Normal file
View file

@ -0,0 +1,7 @@
includes = []
packages = ["default", "cli", "dev"]
[files]
[variables]
packages = ["neovim", "fzf"]