Skip to content

Instantly share code, notes, and snippets.

View pqpcara's full-sized avatar

Leaver pqpcara

View GitHub Profile
@pqpcara
pqpcara / zed.json
Last active February 16, 2026 06:27
zed.dev settings.json
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"icon_theme": "Symbols Icon Theme",
@pqpcara
pqpcara / settings.json
Created February 12, 2026 14:51
VSCode settings.json
{
"background.fullscreen": {
"images": [],
"opacity": 0.5,
"size": "cover",
"position": "center",
"interval": 0,
"random": false
},
"workbench.startupEditor": "newUntitledFile",