cleaned up

This commit is contained in:
2025-04-25 06:17:49 -06:00
parent 2e82cbcf6f
commit a60a7059dc
+6 -1
View File
@@ -2,7 +2,12 @@
# set -e # uncomment for die on error # set -e # uncomment for die on error
startTime=$(date '+%s') # to time the (re)install time for the logs startTime=$(date '+%s') # to time the (re)install time for the logs
gitBranch=master # branch from github if [ -z "$2" ]; then
gitBranch=master # branch from github
else
gitBranch=$2
fi
rcFile=$HOME/.zshrc # shell rc file rcFile=$HOME/.zshrc # shell rc file
# gitJobs=5 # number of jobs to download from github with # gitJobs=5 # number of jobs to download from github with
gitJobs=default # default for no --jobs x arg, integar for a number of jobs gitJobs=default # default for no --jobs x arg, integar for a number of jobs