Files
lnx-arch/dots/archinstall/t470p/options.sh

14 lines
301 B
Bash
Raw Normal View History

2024-05-11 19:42:05 -05:00
#!/usr/bin/env bash
# klevstul
# import using 'source'
2024-05-11 20:12:01 -05:00
OPTIONS_LOADED=true # used to check if options have been loaded
2024-05-11 19:42:05 -05:00
2024-05-11 20:12:01 -05:00
CLONE_TARGET_DIR=/tmp # directory to clone dots repository to
2024-05-11 20:06:23 -05:00
SYSTEM_USER=poq # system user (! root)
2024-05-12 14:14:13 -05:00
I3WM=true # {true, false} installs i3 packages