aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2022-08-10 04:40:19 +0300
committerkaotisk <kaotisk@arching-kaos.org>2022-08-10 04:40:19 +0300
commitf61aea58a45dec7ac9ed0216895eb032cec42424 (patch)
tree6d289de268abfba8e805e5d7fd222a915d158771
parentd1be63af8bf6683fb0f53ec26991277bf0f4423e (diff)
downloadarching-kaos-tools-f61aea58a45dec7ac9ed0216895eb032cec42424.tar.gz
arching-kaos-tools-f61aea58a45dec7ac9ed0216895eb032cec42424.tar.bz2
arching-kaos-tools-f61aea58a45dec7ac9ed0216895eb032cec42424.zip
No longer initiating with README file
-rwxr-xr-xbin/profile10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/profile b/bin/profile
index 739edd3..c779ba7 100755
--- a/bin/profile
+++ b/bin/profile
@@ -5,10 +5,10 @@ if [ ! -d $ZPROFILEDIR ]; then
mkdir $ZPROFILEDIR
cd $ZPROFILEDIR
git init
- echo "Profile repository" > README
- echo "Qmetc" >> README
- git add README
- git commit -m "Initiated profile repository"
+# echo "Profile repository" > README
+# echo "Qmetc" >> README
+# git add README
+# git commit -m "Initiated profile repository"
logthis "[INFO]" "zprofiledir created along with git repo"
else
logthis "[INFO]" "zprofiledir found"
@@ -72,7 +72,7 @@ EOF
add $ZPROPERTY_KEY
echo "Adding to git repo..."
cd $ZPROFILEDIR
- git add $ZPROPERTY_KEY README
+ git add $ZPROPERTY_KEY
git commit -m "Added ${ZPROPERTY_KEY} with ${ZPROPERTY_VALUE}"
git clean --force
else