Skip to content

Instantly share code, notes, and snippets.

View matheus-madureira's full-sized avatar
🏠
Trabalhar em casa

Matheus Madureira matheus-madureira

🏠
Trabalhar em casa
View GitHub Profile
@matheus-madureira
matheus-madureira / zed
Last active June 7, 2026 00:51
Zed Settings
{
"buffer_line_height": "comfortable",
"terminal": {
"shell": {
"with_arguments": {
"program": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"args": ["-NoLogo"]
}
}
},
@matheus-madureira
matheus-madureira / settings.json
Last active February 7, 2026 23:17
Configuration ( VSCODE )
{
"biome.suggestInstallingGlobally": false,
"breadcrumbs.enabled": false,
"chat.commandCenter.enabled": false,
"code-runner.executorMap": {
"python": "clear ; python -u",
},
"code-runner.runInTerminal": true,
"code-runner.ignoreSelection": true,
"editor.acceptSuggestionOnCommitCharacter": false,