mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
Init:start-nix
This commit is contained in:
18
dotfiles/.config/zed/keymap.json
vendored
Normal file
18
dotfiles/.config/zed/keymap.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"context": "Editor",
|
||||
"bindings": {
|
||||
"ctrl-q": null,
|
||||
"ctrl-/": "workspace::ToggleBottomDock",
|
||||
"ctrl-\\": "workspace::ToggleLeftDock"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Workspace",
|
||||
"bindings": {
|
||||
"ctrl-q": null,
|
||||
"ctrl-/": "workspace::ToggleBottomDock",
|
||||
"ctrl-\\": "workspace::ToggleLeftDock"
|
||||
}
|
||||
}
|
||||
]
|
||||
65
dotfiles/.config/zed/settings.json
vendored
Normal file
65
dotfiles/.config/zed/settings.json
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"assistant": {
|
||||
"enabled": false,
|
||||
"version": "2"
|
||||
},
|
||||
"auto_install_extensions": {
|
||||
"catppucchin-icons": true,
|
||||
"catppuccin": true,
|
||||
"nix": true
|
||||
},
|
||||
"auto_update": false,
|
||||
"base_keymap": "VSCode",
|
||||
"features": {
|
||||
"copilot": false,
|
||||
"inline_completion_provider": "none"
|
||||
},
|
||||
"hour_format": "hour24",
|
||||
"icon_theme": {
|
||||
"dark": "Catppuccin Mocha",
|
||||
"light": "Catppuccin Mocha",
|
||||
"mode": "system"
|
||||
},
|
||||
"load_direnv": "shell_hook",
|
||||
"lsp": {
|
||||
"nix": {
|
||||
"binary": {
|
||||
"path_lookup": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"show_whitespaces": "all",
|
||||
"terminal": {
|
||||
"alternate_scroll": "off",
|
||||
"blinking": "off",
|
||||
"button": true,
|
||||
"copy_on_select": false,
|
||||
"detect_venv": {
|
||||
"on": {
|
||||
"activate_script": "default",
|
||||
"directories": [".env", "env", ".venv", "venv"]
|
||||
}
|
||||
},
|
||||
"dock": "bottom",
|
||||
"env": {
|
||||
"TERM": "alacritty"
|
||||
},
|
||||
"font_family": "JetBrainsMono Nerd Font",
|
||||
"font_features": null,
|
||||
"font_size": null,
|
||||
"line_height": "comfortable",
|
||||
"option_as_meta": false,
|
||||
"shell": "system",
|
||||
"toolbar": {
|
||||
"breadcrumbs": false,
|
||||
"title": true
|
||||
},
|
||||
"working_directory": "current_project_directory"
|
||||
},
|
||||
"theme": {
|
||||
"dark": "Catppuccin Mocha",
|
||||
"light": "Catppuccin Mocha",
|
||||
"mode": "system"
|
||||
},
|
||||
"vim_mode": false
|
||||
}
|
||||
Reference in New Issue
Block a user