mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Skel updates
This commit is contained in:
15
dotfiles/config/gemini/settings.json
Normal file
15
dotfiles/config/gemini/settings.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"editor": {
|
||||
"mode": "vim"
|
||||
},
|
||||
"context": {
|
||||
"includeFiles": [
|
||||
"/usr/local/google/home/davidtomaschik/.skel/GEMINI.md",
|
||||
"/usr/local/google/home/davidtomaschik/.skel/AGENTS.md"
|
||||
]
|
||||
},
|
||||
"experimental": {
|
||||
"skills": true,
|
||||
"planMode": true
|
||||
}
|
||||
}
|
||||
@@ -39,3 +39,15 @@ disabled = true
|
||||
[kubernetes]
|
||||
disabled = false
|
||||
detect_folders = ["k8s"]
|
||||
|
||||
[custom.gemini_context]
|
||||
description = "Displays the current Gemini CLI context"
|
||||
when = "test -n \"$GEMINI_CLI_HOME\""
|
||||
command = """
|
||||
context_dir=\"${XDG_CONFIG_HOME:-$HOME/.config}/gemini\"
|
||||
if [[ \"$GEMINI_CLI_HOME\" == $context_dir/* ]]; then
|
||||
basename \"$GEMINI_CLI_HOME\"
|
||||
fi
|
||||
"""
|
||||
style = "bold blue"
|
||||
format = "♊[$output](blue) "
|
||||
|
||||
Reference in New Issue
Block a user