2026-03-11 14:47:01 -05:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
|
|
# klevstul
|
|
|
|
|
|
|
|
|
|
# these variables are used by `99_deploy.sh`, where this file is imported using `source`
|
|
|
|
|
|
2024-05-11 20:12:01 -05:00
|
|
|
OPTIONS_LOADED=true # used to check if options have been loaded
|
|
|
|
|
CLONE_TARGET_DIR=/tmp # directory to clone dots repository to
|
2024-05-21 07:15:02 -05:00
|
|
|
SYSTEM_USER=poq # system user (! root)
|