# archsetup.conf - Configuration for unattended installation # # Copy this file and edit values for your setup: # cp archsetup.conf.example archsetup.conf # # Then run: # ./archsetup --config-file archsetup.conf # # All fields have defaults - only specify what you want to change. ############################# # User Configuration ############################# # Username for the primary user account (default: cjennings) USERNAME=cjennings # Initial password - CHANGE ON FIRST LOGIN (default: welcome) PASSWORD=welcome ############################# # System Options ############################# # Automatic console login after disk decryption (default: prompt on encrypted systems) # Options: yes, no # Only relevant for systems with encrypted root (LUKS or ZFS native encryption) #AUTOLOGIN=yes # Skip GPU driver auto-detection and installation (default: no) # Set to "yes" if you want to handle GPU drivers manually #NO_GPU_DRIVERS=no ############################# # Git Repositories ############################# # Override these to use your own forks of suckless tools and dotfiles. # Defaults point to git.cjennings.net - fork these for your own setup. #DWM_REPO=https://github.com/yourusername/dwm.git #DMENU_REPO=https://github.com/yourusername/dmenu.git #ST_REPO=https://github.com/yourusername/st.git #SLOCK_REPO=https://github.com/yourusername/slock.git #DOTEMACS_REPO=https://github.com/yourusername/dotemacs.git