feat: add pushall alias to git configurations and update jetbrains toolbox paths
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 33s
Nix Format Check / check-format (push) Failing after 22s
Python Lint Check / check-python (push) Failing after 7s

This commit is contained in:
2025-07-22 14:25:53 +02:00
parent 4a1575594a
commit b11c9a32a8
7 changed files with 23 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[Desktop Entry]
Icon=/home/menno/Applications/jetbrains-toolbox-2.6.3.43718/bin/toolbox.svg
Exec=/home/menno/Applications/jetbrains-toolbox-2.6.3.43718/bin/jetbrains-toolbox --minimize
Icon=/home/menno/.jetbrains-toolbox/toolbox.svg
Exec=/home/menno/.jetbrains-toolbox/jetbrains-toolbox --minimize
Version=1.0
Type=Application
Categories=Development

View File

@@ -38,3 +38,6 @@
[safe]
directory = *
[alias]
pushall = "!f() { for var in $(git remote show); do echo \"pushing to $var\"; git push $var; done; }; f"

View File

@@ -10,4 +10,7 @@
gpgsign = true
[safe]
directory = *
directory = *
[alias]
pushall = "!f() { for var in $(git remote show); do echo \"pushing to $var\"; git push $var; done; }; f"

View File

@@ -23,3 +23,6 @@
[safe]
directory = *
[alias]
pushall = "!f() { for var in $(git remote show); do echo \"pushing to $var\"; git push $var; done; }; f"

View File

@@ -38,3 +38,6 @@
[safe]
directory = *
[alias]
pushall = "!f() { for var in $(git remote show); do echo \"pushing to $var\"; git push $var; done; }; f"

View File

@@ -25,11 +25,11 @@
]
},
"locked": {
"lastModified": 1752780124,
"narHash": "sha256-5dn97vIYxn6VozKePOQSDxVCsrl38nDdMJXx86KIJH0=",
"lastModified": 1753055804,
"narHash": "sha256-KerePGJYX47ex6OY3CWsid4AltO2gDtQROunYJ0eCEE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c718918222bdb104397762dea67e6b397a7927fe",
"rev": "adf195f021a8cbb0c317f75b52e96c82616526f9",
"type": "github"
},
"original": {
@@ -41,11 +41,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1752866191,
"narHash": "sha256-NV4S2Lf2hYmZQ3Qf4t/YyyBaJNuxLPyjzvDma0zPp/M=",
"lastModified": 1752995727,
"narHash": "sha256-+xNQQqqCx47sbSbwwj/aQL5Xrv6wlgiIU/yKWVAtnc4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "f01fe91b0108a7aff99c99f2e9abbc45db0adc2a",
"rev": "a14f718bc528ad298bd95a18a9ac9a7d7c0ef8e5",
"type": "github"
},
"original": {

View File

@@ -86,5 +86,6 @@
"git diff",
"git show"
],
"roo-cline.deniedCommands": []
"roo-cline.deniedCommands": [],
"dart.flutterSdkPath": "/home/menno/.flutter/flutter"
}