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)
|
# 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() {
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user