bup
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
onActivation.cleanup = "uninstall";
|
||||
onActivation.autoUpdate = true;
|
||||
onActivation.upgrade = true;
|
||||
taps = [ "bufbuild/buf"];
|
||||
taps = [ "bufbuild/buf" "deskflow/tap" ];
|
||||
brews = [
|
||||
"biome"
|
||||
|
||||
@@ -47,6 +47,8 @@
|
||||
];
|
||||
casks = [
|
||||
|
||||
"deskflow"
|
||||
|
||||
# CLEO APP
|
||||
"zulu@17"
|
||||
"android-commandlinetools"
|
||||
|
||||
@@ -18,6 +18,17 @@
|
||||
"name": "qwen3.5-27b"
|
||||
}
|
||||
}
|
||||
},
|
||||
"docker-local": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"options": {
|
||||
"baseURL": "http://localhost:12434/v1"
|
||||
},
|
||||
"models": {
|
||||
"gemma4": {
|
||||
"name": "ai/gemma4:E4B"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"agent": {
|
||||
@@ -33,11 +44,15 @@
|
||||
"figma": {
|
||||
"type": "remote",
|
||||
"url": "http://127.0.0.1:3845/mcp"
|
||||
},
|
||||
"contentful": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.contentful.com/mcp",
|
||||
"oauth": {}
|
||||
}
|
||||
},
|
||||
"contentful": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.contentful.com/mcp",
|
||||
"oauth": {}
|
||||
},
|
||||
"codecortex": {
|
||||
"type": "local",
|
||||
"command": ["codecortex", "serve"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,12 +34,13 @@
|
||||
onActivation.cleanup = "uninstall";
|
||||
onActivation.autoUpdate = true;
|
||||
onActivation.upgrade = true;
|
||||
taps = [ "bufbuild/buf" "jacobjohansen/tap" ];
|
||||
taps = [ "deskflow/tap" ];
|
||||
brews = [
|
||||
"biome"
|
||||
];
|
||||
casks = [
|
||||
"1password"
|
||||
"deskflow"
|
||||
"iterm2"
|
||||
"moonlight"
|
||||
"obsidian"
|
||||
|
||||
Reference in New Issue
Block a user