Add setup shell file and coauthors file.

This commit is contained in:
Nic0Nic0Nii 2021-09-30 04:30:34 +00:00
parent 436dce0901
commit ff520f5814
2 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: npm i -g git-mob
- init: sh ./coauthors.sh
vscode:
extensions:
- redhat.java

12
coauthors.sh Executable file
View File

@ -0,0 +1,12 @@
npm i -g git-mob
cat <<-EOF > ~/.git-coauthors
{
"coauthors": {
"sig": {
"name": "sigonasr2",
"email": "sigonasr2@gmail.com"
}
}
}
EOF
git mob sig