Compare commits

..
2 Commits
Author SHA1 Message Date
Frank Zechert 92308d3147 add docker config 2026-08-30 00:44:38 +02:00
Frank Zechert 6903aeec29 add new work related packages 2026-08-30 00:44:26 +02:00
2 changed files with 24 additions and 0 deletions
+2
View File
@@ -180,3 +180,5 @@ packages:
- webstorm - webstorm
- webstorm-jre - webstorm-jre
- azure-cli - azure-cli
- terraform
- postgresql-libs
+22
View File
@@ -0,0 +1,22 @@
{
"credStore": "secretservice",
"auths": {},
"currentContext": "default",
"plugins": {
"-x-cli-hints": {
"enabled": "true"
},
"ai": {
"hooks": "build,buildx build,run,compose"
},
"compose": {
"hooks": "logs,compose logs,compose attach,compose up"
},
"debug": {
"hooks": "exec"
}
},
"features": {
"hooks": "true"
}
}