A post installation setup script.
Export:
export GIT_USERNAME=""
export GIT_USEREMAIL=""
export GITHUB_USERNAME=""
export GITHUB_PERSONAL_ACCESS_TOKEN=""
Then run the script:
-
with curl:
curl -sL https://raw.githubusercontent.com/enenumxela/P.I.Setup/main/P.I.Setup | bash
-
with wget:
wget -O - https://raw.githubusercontent.com/enenumxela/P.I.Setup/main/P.I.Setup | bash