From 9e1ad38f9411ceaef935c8bdd84568fd2d757b49 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 20 Nov 2025 13:01:17 -0800 Subject: [PATCH] Bump skel --- dotfiles/config/starship.toml | 1 + dotfiles/gemini/settings.json | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 dotfiles/gemini/settings.json diff --git a/dotfiles/config/starship.toml b/dotfiles/config/starship.toml index 9881c13..cf4789c 100644 --- a/dotfiles/config/starship.toml +++ b/dotfiles/config/starship.toml @@ -2,6 +2,7 @@ [directory] fish_style_pwd_dir_length = 1 +truncate_to_repo = false [gcloud] # This is just too noisy diff --git a/dotfiles/gemini/settings.json b/dotfiles/gemini/settings.json new file mode 100644 index 0000000..ac0e145 --- /dev/null +++ b/dotfiles/gemini/settings.json @@ -0,0 +1,10 @@ +{ + "security": { + "auth": { + "selectedType": "gemini-api-key" + } + }, + "context": { + "fileName": ["AGENTS.md", "GEMINI.md"] + } +}