1
0

tb-scripts: add pushover-send

This commit is contained in:
2026-01-08 05:45:33 -08:00
parent 7a45d1b13f
commit 3831a92e90
3 changed files with 66 additions and 0 deletions

View File

@@ -78,6 +78,20 @@
identityFile = tb1;
forwardAgent = true;
};
# Git Services
"github.com" = {
user = "git";
identityFile = tb1;
};
"bitbucket.org" = {
user = "git";
identityFile = tb1;
};
"gitlab.com" = {
user = "git";
identityFile = tb1;
};
};
};
}