BASHrc Upgrades, Backup Script, DWM Enhancements, Hugo Helpers, Branch Controls #7

Merged
me merged 112 commits from dev into main 2025-12-01 09:50:55 -07:00
Showing only changes of commit c2790e2de4 - Show all commits

View File

@@ -140,6 +140,7 @@ if [[ -n "$create_general" && ! -f "$general_config" ]]; then
function print_general_contents {
cat <<- EOF
; TEST DATA
[global]
enable=true
user=test
user_desc=Test
@@ -154,6 +155,7 @@ if [[ -n "$create_workstation" && ! -f "$workstation_config" ]]; then
function print_workstation_contents {
cat <<- EOF
; TEST DATA
[global]
enable=true
coding=true
editing=false
@@ -168,6 +170,7 @@ if [[ -n "$create_server" && ! -f "$server_config" ]]; then
function print_server_contents {
cat <<- EOF
; TEST DATA
[global]
enable=true
; TEST DATA
EOF