Add Zed config and clean up aliases

This commit is contained in:
2025-07-23 14:43:56 +02:00
parent b11c9a32a8
commit 37743d3512
2 changed files with 42 additions and 33 deletions

View File

@@ -63,9 +63,7 @@ alias gcb='git checkout -b'
# Kubernetes aliases (Minikube) # Kubernetes aliases (Minikube)
alias kubectl="minikube kubectl --" alias kubectl="minikube kubectl --"
alias zed=zeditor
# netstat port in use check
alias port='netstat -atupn | grep LISTEN'
# Check if a specific port is in use with detailed process information # Check if a specific port is in use with detailed process information
inuse() { inuse() {

View File

@@ -10,6 +10,18 @@
// ############################################# // #############################################
// ## Theming ## // ## Theming ##
// ############################################# // #############################################
"ssh_connections": [
{
"host": "desktop",
"projects": [
{
"paths": [
"/home/menno/.dotfiles"
]
}
]
}
],
"icon_theme": "VSCode Icons (Dark)", "icon_theme": "VSCode Icons (Dark)",
"ui_font_size": 16, "ui_font_size": 16,
"buffer_font_size": 16, "buffer_font_size": 16,
@@ -22,7 +34,7 @@
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "Catppuccin Latte", "light": "Catppuccin Latte",
"dark": "Catppuccin Frappé" "dark": "Catppuccin Macchiato"
}, },
"tabs": { "tabs": {
"close_position": "right", "close_position": "right",
@@ -58,8 +70,7 @@
"default_model": { "default_model": {
"provider": "zed.dev", "provider": "zed.dev",
"model": "claude-sonnet-4" "model": "claude-sonnet-4"
}, }
"version": "2"
}, },
"edit_predictions": { "edit_predictions": {
"mode": "subtle", "mode": "subtle",