Compare commits

...

2 Commits

Author SHA1 Message Date
422509eecc Merge branch 'master' of ssh://git.mvl.sh/vleeuwenmenno/dotfiles
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 2s
Nix Format Check / check-format (push) Failing after 2s
Python Lint Check / check-python (push) Failing after 2s
2025-09-09 10:41:37 +02:00
c79142e117 Update editor settings and add new Zed projects 2025-09-09 10:41:03 +02:00
2 changed files with 27 additions and 3 deletions

View File

@@ -77,7 +77,7 @@
"git diff",
"git show",
"flutter analyze",
"flutter",
"flutter"
"make"
],
"kilo-code.deniedCommands": [],

View File

@@ -19,7 +19,30 @@
"host": "desktop",
"projects": [
{
"paths": ["/home/menno/.dotfiles"]
"paths": [
"/home/menno/.dotfiles"
]
},
{
"paths": [
"/mnt/services/dashy"
]
}
],
"nickname": "Menno's Desktop PC"
},
{
"host": "salt.dev",
"projects": []
},
{
"host": "salt.dev",
"username": "salt",
"projects": [
{
"paths": [
"/home/salt/releases/current"
]
}
]
}
@@ -71,11 +94,12 @@
// ## AI Stuff ##
// #############################################
"agent": {
"play_sound_when_agent_done": false,
"default_profile": "write",
"model_parameters": [],
"default_model": {
"provider": "copilot_chat",
"model": "gpt-5"
"model": "claude-sonnet-4"
}
},
"edit_predictions": {