From 9021f98dc70b4aaf4af5e74ed7fd1fc1f66ccd29 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 5 Apr 2025 07:00:35 -0500 Subject: [PATCH] update --- .config/cosmic/com.system76.CosmicTerm/v1/font_name | 2 +- .config/cosmic/com.system76.CosmicTerm/v1/font_size | 2 +- .config/kitty/kitty.conf | 4 ++-- .config/nvim/lazyvim.json | 6 +----- .config/nvim/lua/plugins/codecomapnion.lua | 5 ++--- .config/shell/functions.zsh | 5 ++++- .config/tmux/tmux.conf | 1 + DesktopAnsible | 2 +- 8 files changed, 13 insertions(+), 14 deletions(-) diff --git a/.config/cosmic/com.system76.CosmicTerm/v1/font_name b/.config/cosmic/com.system76.CosmicTerm/v1/font_name index a56d2fd..fa0e7d9 100644 --- a/.config/cosmic/com.system76.CosmicTerm/v1/font_name +++ b/.config/cosmic/com.system76.CosmicTerm/v1/font_name @@ -1 +1 @@ -"Fira Mono" \ No newline at end of file +"Adwaita Mono" \ No newline at end of file diff --git a/.config/cosmic/com.system76.CosmicTerm/v1/font_size b/.config/cosmic/com.system76.CosmicTerm/v1/font_size index b6a7d89..3f10ffe 100644 --- a/.config/cosmic/com.system76.CosmicTerm/v1/font_size +++ b/.config/cosmic/com.system76.CosmicTerm/v1/font_size @@ -1 +1 @@ -16 +15 \ No newline at end of file diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index f631acd..d4bebbd 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -8,8 +8,8 @@ ## blurb: Soothing pastel theme for the high-spirited! hide_window_decorations yes -#font_family GoMono Nerd Font -font_family JetBrainsMono Nerd Font Mono +font_family GoMono Nerd Font +#font_family JetBrainsMono Nerd Font Mono bold_font auto italic_font auto bold_italic_font auto diff --git a/.config/nvim/lazyvim.json b/.config/nvim/lazyvim.json index 9da956a..44cb92b 100644 --- a/.config/nvim/lazyvim.json +++ b/.config/nvim/lazyvim.json @@ -1,12 +1,8 @@ { "extras": [ - "lazyvim.plugins.extras.lang.ansible", "lazyvim.plugins.extras.lang.docker", "lazyvim.plugins.extras.lang.go", - "lazyvim.plugins.extras.lang.helm", - "lazyvim.plugins.extras.lang.json", - "lazyvim.plugins.extras.lang.markdown", - "lazyvim.plugins.extras.lang.terraform" + "lazyvim.plugins.extras.lang.markdown" ], "install_version": 7, "news": { diff --git a/.config/nvim/lua/plugins/codecomapnion.lua b/.config/nvim/lua/plugins/codecomapnion.lua index 075fddd..4b6c5a6 100644 --- a/.config/nvim/lua/plugins/codecomapnion.lua +++ b/.config/nvim/lua/plugins/codecomapnion.lua @@ -1,5 +1,5 @@ local OLLAMA_TOKEN = os.getenv("OLLAMA_TOKEN") -local LITELLM_TOKEN = os.getenv("LITELLM_TOKEN") +local OPENAI_TOKEN = os.getenv("OPENAI_TOKEN") return { { "olimorris/codecompanion.nvim", @@ -25,9 +25,8 @@ return { default = "gpt-4o-mini", }, }, - url = "https://litellm.durp.info", env = { - api_key = LITELLM_TOKEN, + api_key = OPENAI_TOKEN, }, }) end, diff --git a/.config/shell/functions.zsh b/.config/shell/functions.zsh index fa6c95d..305f3cf 100644 --- a/.config/shell/functions.zsh +++ b/.config/shell/functions.zsh @@ -5,6 +5,7 @@ set-cred () printf "$(bw get password cli-gitlab)" | secret-tool store --label='Gitlab Token for CLI' 'token' 'GITLAB_TOKEN' printf "$(bw get password cli-ollama-token)" | secret-tool store --label='Ollama Token for CLI' 'token' 'OLLAMA_TOKEN' printf "$(bw get password cli-litellm-token)" | secret-tool store --label='LiteLLM Token for CLI' 'token' 'LITELLM_TOKEN' + printf "$(bw get password cli-openai)" | secret-tool store --label='OpenAI Token for CLI' 'token' 'OPENAI_TOKEN' unset BW_SESSION } @@ -14,6 +15,7 @@ set-env () export GITLAB_TOKEN="$(secret-tool lookup token GITLAB_TOKEN)" export OLLAMA_TOKEN="$(secret-tool lookup token OLLAMA_TOKEN)" export LITELLM_TOKEN="$(secret-tool lookup token LITELLM_TOKEN)" + export OPENAI_TOKEN="$(secret-tool lookup token OPENAI_TOKEN)" } clear-env () @@ -21,10 +23,11 @@ clear-env () unset GITLAB_TOKEN unset OLLAMA_TOKEN unset LITELLM_TOKEN + unset OPENAI_TOKEN } tmux-new () { - . $HOME/.config/scripts/new-session.sh +". $HOME/.config/scripts/new-session.sh" } load-profile () { diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index fc7d661..bd6953e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -91,6 +91,7 @@ bind C-d display-popup -E -w 80% -h 75% "\ --bind 'enter:execute(tmux kill-session -t {})+accept'" bind g display-popup -E -w 80% -h 75% "lazygit" +bind k display-popup -E -w 80% -h 75% "k9s" bind C-f display-popup -E -w 80% -h 75% "yazi" bind t if-shell -F '#{==:#{session_name},popup}' { diff --git a/DesktopAnsible b/DesktopAnsible index 54e899c..383c334 160000 --- a/DesktopAnsible +++ b/DesktopAnsible @@ -1 +1 @@ -Subproject commit 54e899cf5b2c7ce5ca823139fb31b60cc1e90c8c +Subproject commit 383c3341000ab5221f1fbbdfd03c82605e62b367