Skip to content

Instantly share code, notes, and snippets.

View ZeroGDrive's full-sized avatar
🪄
Shipping

Ayoub Alfurjani ZeroGDrive

🪄
Shipping
View GitHub Profile
@zendzo
zendzo / settings.json
Last active February 1, 2026 23:07
My Personal VsCode Settings with Fira Code, Dunk Mono Font and Ocean Material Theme
// Place your settings in this file to overwrite the default settings
{
"workbench.iconTheme": "material-icon-theme",
"emmet.syntaxProfiles": {
"blade": "html"
},
"editor.tabCompletion": true,
"editor.fontSize": 16,
"editor.lineHeight": 30,
"editor.tabSize": 2,