summaryrefslogtreecommitdiff
path: root/archsetup.conf.example
blob: 54db69e9a5117107e4e58fcef1a7d8c528ad6dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# 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

# System locale (default: prompt if not already configured)
# Common options: en_US.UTF-8, en_GB.UTF-8, de_DE.UTF-8, es_ES.UTF-8,
#                 fr_FR.UTF-8, pt_BR.UTF-8, ja_JP.UTF-8, zh_CN.UTF-8
#LOCALE=en_US.UTF-8

#############################
# 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
#ARCHSETUP_REPO=https://github.com/yourusername/archsetup.git