Skip to content

Instantly share code, notes, and snippets.

@jacobdalamb
Last active April 26, 2024 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobdalamb/24f8b9de66c5b3e8dba17381e2b78739 to your computer and use it in GitHub Desktop.
Save jacobdalamb/24f8b9de66c5b3e8dba17381e2b78739 to your computer and use it in GitHub Desktop.
zed settings
{
"features": {
"copilot": false
},
"theme": "Catppuccin Frappé",
"autosave": "on_focus_change",
"format_on_save": "off",
"buffer_font_size": 15,
"buffer_font_family": "MonoLisa",
"buffer_font_features": {
"calt": true,
"zero": true
},
"ui_font_family": "MonoLisa",
"ui_font_size": 16,
"journal": {
"path": "~",
"hour_format": "hour24"
},
"project_panel": {
"dock": "right"
},
"terminal": {
"shell": {
"program": "/opt/homebrew/bin/nu"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment