diff options
Diffstat (limited to 'archsetup.conf.example')
| -rw-r--r-- | archsetup.conf.example | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/archsetup.conf.example b/archsetup.conf.example index 969079a..4d03fe1 100644 --- a/archsetup.conf.example +++ b/archsetup.conf.example @@ -15,7 +15,7 @@ # Username for the primary user account (default: cjennings) USERNAME=cjennings -# Initial password - should be changed on first login (default: welcome) +# Initial password - CHANGE ON FIRST LOGIN (default: welcome) PASSWORD=welcome ############################# @@ -30,3 +30,15 @@ PASSWORD=welcome # 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 |
