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)
alias kubectl="minikube kubectl --"
# netstat port in use check
alias port='netstat -atupn | grep LISTEN'
alias zed=zeditor
# Check if a specific port is in use with detailed process information
inuse() {

View File

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