Add setup shell file and coauthors file.

master
Nic0Nic0Nii 3 years ago
parent 436dce0901
commit ff520f5814
  1. 2
      .gitpod.yml
  2. 12
      coauthors.sh

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

@ -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
Loading…
Cancel
Save