Files
lnx-arch/dots/archinstall/tuxwarrior/options.sh
committer@tuxwarrior c8ab69ca6d wip / i3wm ➔ hyprland
and, several clean-ups at the same time
2026-02-25 11:22:51 -05:00

11 lines
398 B
Bash
Executable File

#!/usr/bin/env bash
# klevstul
# these variables are used by 99_deploy.sh, as that script is importing this file using `source`
OPTIONS_LOADED=true # used to check if options have been loaded
CLONE_TARGET_DIR=/tmp # directory to clone dots repository to
SYSTEM_USER=poq # system user (! root)
#I3WM=false # {true, false} installs i3 packages - used by '99_deploy.sh'