das Messer - Knife
die Gabel - Fork
der Löffel - Spoon
(Guten) Morgen (6-11)
Guten Tag (11-18)
(Guten) Abend (18-6)
freut mich - nice to meet you.
Ja, stimmt. - Yes, that's right.
| { | |
| "telemetry.telemetryLevel": "off", | |
| "git.blame.editorDecoration.enabled": true, | |
| "go.buildTags": "unit,integration,performance", | |
| "go.testFlags": [ | |
| "-cover", | |
| "-race", | |
| "-tags=unit,integration,performance" | |
| ], | |
| "go.lintTool": "golangci-lint-v2", |
| #!/usr/bin/env zsh | |
| set -e | |
| #TODO | |
| user_name="" | |
| user_email="" | |
| global_gitignores=( | |
| "https://raw.githubusercontent.com/github/gitignore/refs/heads/main/Global/Linux.gitignore" |