replaced powerline with oh-my-posh, new deps and alias fixes

This commit is contained in:
2024-06-11 22:59:12 +02:00
parent ec10ac7281
commit a715528931
15 changed files with 113 additions and 35 deletions

10
.vscode/settings.json vendored
View File

@@ -1,3 +1,11 @@
{
"cSpell.words": ["autohint", "hintstyle", "rgba"]
"cSpell.words": [
"autohint",
"hintstyle",
"rgba"
],
"sonarlint.connectedMode.project": {
"connectionId": "public-sonarcloud",
"projectKey": "Mastermindzh_dotfiles"
}
}