aboutsummaryrefslogtreecommitdiff
path: root/archsetup.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'archsetup.conf.example')
-rw-r--r--archsetup.conf.example16
1 files changed, 16 insertions, 0 deletions
diff --git a/archsetup.conf.example b/archsetup.conf.example
index fe8cd26..f866134 100644
--- a/archsetup.conf.example
+++ b/archsetup.conf.example
@@ -55,3 +55,19 @@
#SLOCK_REPO=https://github.com/yourusername/slock.git
#DOTEMACS_REPO=https://github.com/yourusername/dotemacs.git
#ARCHSETUP_REPO=https://github.com/yourusername/archsetup.git
+
+#############################
+# Dotfiles
+#############################
+# Dotfiles live in their own repo, cloned to DOTFILES_DIR and stowed at install
+# time. The repo must contain a common/ subdir plus dwm/, hyprland/, and/or
+# minimal/ subdirs that stow cleanly to ~. DESKTOP_ENV picks which:
+# dwm -> common/ + dwm/
+# hyprland -> common/ + hyprland/
+# none -> minimal/ only
+#DOTFILES_REPO=https://git.cjennings.net/dotfiles.git
+#DOTFILES_BRANCH=main
+# DOTFILES_DIR: leave unset to use the target user's ~/.dotfiles (recommended).
+# If you set it, use a literal absolute path under the user's home — this file is
+# sourced as root, so $HOME here is /root, not the user's home.
+#DOTFILES_DIR=/home/youruser/.dotfiles