Skip to content

Instantly share code, notes, and snippets.

View levisantosp's full-sized avatar
:shipit:
Software Developer

levi levisantosp

:shipit:
Software Developer
  • localhost:3000
  • 01:28 (UTC -03:00)
View GitHub Profile
@levisantosp
levisantosp / settings-linux.json
Last active April 10, 2026 01:58
zed settings for linux
{
"icon_theme": "Catppuccin Frappé",
"vim_mode": false,
"terminal": {
"font_size": 14.0,
"font_family": "JetBrainsMono Nerd Font",
"cursor_shape": "block",
"max_scroll_history_lines": 10000
},
"project_panel": {
@levisantosp
levisantosp / settings-linux.json
Last active April 5, 2026 23:50
vscode settings
{
// ============================================================================
// Files, explorer and general behavior
// ============================================================================
"files.autoSave": "afterDelay",
"explorer.confirmDragAndDrop": false,
"explorer.confirmPasteNative": false,
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
@levisantosp
levisantosp / settings.json
Last active December 24, 2025 16:07
zed settings
{
"outline_panel": {
"git_status": true
},
"base_keymap": "VSCode",
"tabs": {
"git_status": true
},
"multi_cursor_modifier": "alt",
"sticky_scroll": {
@levisantosp
levisantosp / settings.json
Last active February 12, 2026 00:40
vscode settings
{
"files.autoSave": "afterDelay",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorBlinking": "smooth",
"javascript.format.insertSpaceAfterSemicolonInForStatements": true,
"typescript.format.insertSpaceAfterSemicolonInForStatements": true,
"typescript.format.semicolons": "remove",
"javascript.format.semicolons": "remove",
"javascript.preferences.quoteStyle": "single",
"diffEditor.ignoreTrimWhitespace": false,