Add Zed config and clean up aliases
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -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() {
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user