diff options
Diffstat (limited to 'archsetup.conf.example')
| -rw-r--r-- | archsetup.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archsetup.conf.example b/archsetup.conf.example index 4d03fe1..54db69e 100644 --- a/archsetup.conf.example +++ b/archsetup.conf.example @@ -31,6 +31,11 @@ PASSWORD=welcome # 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 ############################# @@ -42,3 +47,4 @@ PASSWORD=welcome #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 |
