Completes bootstrap.v2 setup
This commit is contained in:
parent
2bbccb4595
commit
b8192c832e
24 changed files with 86 additions and 143 deletions
|
|
@ -3,16 +3,4 @@
|
|||
addApplications git gnome-keyring \
|
||||
git-credential-oauth
|
||||
|
||||
configure-git-oauth() {
|
||||
git credential-oauth configure
|
||||
}
|
||||
|
||||
#source ./30-GitUserConfig.sh.add
|
||||
|
||||
if ! git config list | grep "credential.helper=oauth" >/dev/null; then
|
||||
addActions configure-git-oauth
|
||||
fi
|
||||
|
||||
if ! git config list | grep "user.name" > /dev/null; then
|
||||
addActions git-user-config
|
||||
fi
|
||||
addActions "git credential-oauth configure"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue