diff --git a/.dotter/global.toml b/.dotter/global.toml index 1e29708..d2e309e 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -64,9 +64,10 @@ office = "~" [services.files] "services/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" } +"services/usv.sh" = { target = "~/.config/sh/alias.d/usv.sh", type = "symbolic" } +"services/sv" = { target = "~/.config/sv", type = "symbolic"} # FIXME: Disabling existing systemd services for the moment "services/systemd" = { target = "~/NOWHERE", type = "symbolic", if = "false" } -"services/sv" = { target = "~/.config/sv", type = "symbolic"} services = "~" [social.files] diff --git a/services/usv.sh b/services/usv.sh new file mode 100755 index 0000000..ff95fde --- /dev/null +++ b/services/usv.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +if command -v vsv >/dev/null 2>&1; then + alias usv='vsv -d $HOME/.local/state/service' +fi