add pre_deploy.sh
This commit is contained in:
parent
c7b411f60f
commit
808cdb3201
3 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
[helpers]
|
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
depends = ["nvim"]
|
depends = ["nvim"]
|
||||||
|
|
||||||
|
|
|
||||||
1
.dotter/pre_deploy.sh
Normal file
1
.dotter/pre_deploy.sh
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
sudo dnf install -y {{# each packages }} {{ this }} {{/each}}
|
||||||
7
.dotter/thinkpad.toml
Normal file
7
.dotter/thinkpad.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
includes = []
|
||||||
|
packages = ["default", "cli", "dev"]
|
||||||
|
|
||||||
|
[files]
|
||||||
|
|
||||||
|
[variables]
|
||||||
|
packages = ["neovim", "fzf"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue