Completes bootstrap.v2 setup
This commit is contained in:
parent
2bbccb4595
commit
b8192c832e
24 changed files with 86 additions and 143 deletions
8
.config/yadm/bootstrap.v2/applications/30-GitUserConfig.sh##default
Executable file
8
.config/yadm/bootstrap.v2/applications/30-GitUserConfig.sh##default
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/env sh
|
||||
|
||||
gitUserConfig() {
|
||||
git config --global user.email "git@iedsoftworks.com"
|
||||
git config --global user.name "Michel Fedde"
|
||||
}
|
||||
|
||||
addActions gitUserConfig
|
||||
Loading…
Add table
Add a link
Reference in a new issue