example
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
repository:
|
||||
dotfiles-url: /ABSOLUTE/PATH/TO/flow-cli/example/dotfiles-repo
|
||||
dotfiles-branch: main
|
||||
pull-before-edit: true
|
||||
|
||||
paths:
|
||||
projects-dir: ~/projects
|
||||
|
||||
1
example/dotfiles-repo/_shared/system/_root/etc/hostname
Normal file
1
example/dotfiles-repo/_shared/system/_root/etc/hostname
Normal file
@@ -0,0 +1 @@
|
||||
{{ env.TARGET_HOSTNAME }}
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
echo "custom root script"
|
||||
Reference in New Issue
Block a user