Compare commits

..

2 Commits

Author SHA1 Message Date
5bb3f5eee7 Merge branch 'master' of ssh://git.mvl.sh/vleeuwenmenno/dotfiles
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 11s
Nix Format Check / check-format (push) Failing after 25s
Python Lint Check / check-python (push) Failing after 6s
2025-07-23 14:44:09 +02:00
37743d3512 Add Zed config and clean up aliases 2025-07-23 14:43:56 +02:00
2 changed files with 14 additions and 4 deletions

View File

@@ -68,9 +68,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,
@@ -58,7 +70,7 @@
"default_model": {
"provider": "zed.dev",
"model": "claude-sonnet-4"
},
}
},
"edit_predictions": {
"mode": "subtle",