Software I enjoy(ed) using
-
OS:
-
DE:
-
Terminal:
theme = dark:Gruvbox Dark,light:Gruvbox Light font-family = CaskaydiaMono Nerd Font[font] size = 12.0 [font.normal] family = "CaskaydiaMono Nerd Font" style = "Regular" [font.bold] family = "CaskaydiaMono Nerd Font" style = "Bold" [font.italic] family = "CaskaydiaMono Nerd Font" style = "Italic"starship preset nerd-font-symbols -o ~/.config/starship.toml -
Text Editing:
theme = "gruvbox" [editor.soft-wrap] enable = true- Zed,
// 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 `zed: open default settings` from the // command palette (cmd-shift-p / ctrl-shift-p) { "cli_default_open_behavior": "new_window", "base_keymap": "VSCode", "disable_ai": true, "ui_font_size": 16, "buffer_font_size": 14, "buffer_font_features": { "calt": false, }, "terminal": { "font_family": "CaskaydiaMono Nerd Font", }, "minimap": { "show": "always", }, "theme": { "mode": "system", "light": "Gruvbox Light", "dark": "Gruvbox Dark", }, "collaboration_panel": { "button": false, }, "title_bar": { "show_sign_in": false, }, "outline_panel": { "dock": "right", }, "git_panel": { "dock": "right", }, "project_panel": { "auto_fold_dirs": false, "dock": "right", }, }// Zed keymap // // For information on binding keys, see the Zed // documentation: https://zed.dev/docs/key-bindings // // To see the default key bindings run `zed: open default keymap` // from the command palette. [ { "context": "Workspace", "bindings": { // "shift shift": "file_finder::Toggle" "ctrl-b": "workspace::ToggleRightDock", "ctrl-alt-b": "workspace::ToggleLeftDock", }, }, { "context": "Editor && vim_mode == insert", "bindings": { // "j k": "vim::NormalBefore" }, }, ]{ "chat.disableAIFeatures": true, "workbench.startupEditor": "none", "workbench.activityBar.location": "top", "workbench.sideBar.location": "right", "workbench.iconTheme": "material-icon-theme", "material-icon-theme.folders.theme": "classic", "workbench.colorTheme": "Ayu Dark Bordered", "workbench.preferredDarkColorTheme": "Gruvbox Dark Medium", "workbench.preferredLightColorTheme": "Gruvbox Light Medium", "terminal.integrated.initialHint": false, "terminal.integrated.fontFamily": "CaskaydiaMono Nerd Font", "editor.formatOnSave": true, "window.autoDetectColorScheme": true } -
Browsers:
-
Notes:
-
Misc: