feat: i3 update & other minor stuff
This commit is contained in:
parent
28ca2f79be
commit
c9010fe697
9 changed files with 169 additions and 73 deletions
27
configs/example/crate.toml
Normal file
27
configs/example/crate.toml
Normal file
|
@ -0,0 +1,27 @@
|
|||
name = "example" #*
|
||||
description = "hello"
|
||||
author = ":$3"
|
||||
|
||||
# [ LINKS ]
|
||||
# This defines what links should be made.
|
||||
# vars:
|
||||
# "$CRATE" expands to path of directory of this file.
|
||||
# "$CROOT" expands to base directory / cwd from the runner
|
||||
# prefixes:
|
||||
# "#" - system root
|
||||
# "~" - home of user or user defined in options
|
||||
# "%" - temp directory
|
||||
[links]
|
||||
"$CRATE/system.sh" = { name = "/etc/system_boot", su = "true" }
|
||||
"$CRATE/system2.sh" = "#/etc/system_boot.sh" # same as above
|
||||
|
||||
# [ COPIES ]
|
||||
# basically the same as links but copies
|
||||
[copies]
|
||||
"$CRATE/system3.sh" = "#/etc/system_boot.sh" # same as above
|
||||
|
||||
# [ SCRIPTS ]
|
||||
# Run stuff
|
||||
[scripts]
|
||||
"$CRATE/system/net_config.sh" = 1
|
||||
"$CRATE/system/net_config2.sh" = { su = "false" }
|
Loading…
Add table
Add a link
Reference in a new issue