From 4d8e20a56496e4b8d56ca9da5e5256c9dc9d024e Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 15 Feb 2026 21:36:03 +0000 Subject: [PATCH] Other --- .config/codex/config.toml | 6 +++++- .config/nvim | 2 +- .config/shell/bm-files | 9 +-------- .config/shell/shortcutrc | 9 +-------- .config/shell/zshnameddirrc | 9 +-------- 5 files changed, 9 insertions(+), 26 deletions(-) diff --git a/.config/codex/config.toml b/.config/codex/config.toml index 69813f2..e696368 100644 --- a/.config/codex/config.toml +++ b/.config/codex/config.toml @@ -1,13 +1,14 @@ # model = "deepseek/deepseek-v3.1-terminus" # model = "openai/gpt-5-codex" # model = "openai/codex-mini" -model = "moonshotai/kimi-k2-thinking" +model = "google/gemini-3-pro-preview" model_provider = "openrouter" # model_provider = "openai" view_image_tool = true web_search_request = true +personality = "pragmatic" [model_providers.openrouter] name = "OpenRouter" @@ -19,3 +20,6 @@ trust_level = "trusted" [projects."/home/chris/Code/Sites/starby"] trust_level = "trusted" + +[projects."/home/chris/Code/Sites/updato"] +trust_level = "trusted" diff --git a/.config/nvim b/.config/nvim index 847c71a..20d080e 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 847c71a1944091e4cc72151762f6259104e4398f +Subproject commit 20d080e2232c6b3a7fa86d446377f8510a4328e5 diff --git a/.config/shell/bm-files b/.config/shell/bm-files index e8efb43..c5fbfb6 100644 --- a/.config/shell/bm-files +++ b/.config/shell/bm-files @@ -6,11 +6,4 @@ cfz $ZDOTDIR/.zshrc cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc cfp ${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile cfe ${XDG_CONFIG_HOME:-$HOME/.config}/shell/.env -cfm ${XDG_CONFIG_HOME:-$HOME/.config}/mutt/muttrc -cfn ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/config -cfu ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/urls -cfmb ${XDG_CONFIG_HOME:-$HOME/.config}/ncmpcpp/bindings -cfmc ${XDG_CONFIG_HOME:-$HOME/.config}/ncmpcpp/config -cfl ${XDG_CONFIG_HOME:-$HOME/.config}/lf/lfrc -cfL ${XDG_CONFIG_HOME:-$HOME/.config}/lf/scope -cfX ${XDG_CONFIG_HOME:-$HOME/.config}/sxiv/exec/key-handler +N $HOME/Tower/Notes diff --git a/.config/shell/shortcutrc b/.config/shell/shortcutrc index ecc4bf6..4494172 100644 --- a/.config/shell/shortcutrc +++ b/.config/shell/shortcutrc @@ -35,11 +35,4 @@ cfz="$EDITOR /home/chris/.config/zsh/.zshrc" \ cfa="$EDITOR /home/chris/.config/shell/aliasrc" \ cfp="$EDITOR /home/chris/.config/shell/profile" \ cfe="$EDITOR /home/chris/.config/shell/.env" \ -cfm="$EDITOR /home/chris/.config/mutt/muttrc" \ -cfn="$EDITOR /home/chris/.config/newsboat/config" \ -cfu="$EDITOR /home/chris/.config/newsboat/urls" \ -cfmb="$EDITOR /home/chris/.config/ncmpcpp/bindings" \ -cfmc="$EDITOR /home/chris/.config/ncmpcpp/config" \ -cfl="$EDITOR /home/chris/.config/lf/lfrc" \ -cfL="$EDITOR /home/chris/.config/lf/scope" \ -cfX="$EDITOR /home/chris/.config/sxiv/exec/key-handler" \ +N="$EDITOR /home/chris/Tower/Notes" \ diff --git a/.config/shell/zshnameddirrc b/.config/shell/zshnameddirrc index af738c1..f8686b2 100644 --- a/.config/shell/zshnameddirrc +++ b/.config/shell/zshnameddirrc @@ -34,11 +34,4 @@ hash -d cfz=/home/chris/.config/zsh/.zshrc hash -d cfa=/home/chris/.config/shell/aliasrc hash -d cfp=/home/chris/.config/shell/profile hash -d cfe=/home/chris/.config/shell/.env -hash -d cfm=/home/chris/.config/mutt/muttrc -hash -d cfn=/home/chris/.config/newsboat/config -hash -d cfu=/home/chris/.config/newsboat/urls -hash -d cfmb=/home/chris/.config/ncmpcpp/bindings -hash -d cfmc=/home/chris/.config/ncmpcpp/config -hash -d cfl=/home/chris/.config/lf/lfrc -hash -d cfL=/home/chris/.config/lf/scope -hash -d cfX=/home/chris/.config/sxiv/exec/key-handler +hash -d N=/home/chris/Tower/Notes