Add carapace and Borg

This commit is contained in:
2026-02-08 17:21:28 +11:00
parent 8e0e3005c5
commit 21252ae245
4 changed files with 29 additions and 4 deletions

13
.zshrc
View File

@@ -4,6 +4,12 @@ export OPENAI_API_KEY="sk-proj-xwcQ-2pKE47hFBBNKUwgYOykilUsup7Lx7eeafff8Fxe90yqa
export TAVILY_API_KEY="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"
#export GEMINI_API_KEY="AIzaSyAoCOjfPH3HigI6aFFAmg9eVhaHMimM7ak"
export DEEPSEEK_API_KEY="sk-26c66e4dd5b34017bd66f7aef748c625"
export OPENROUTER_API_KEY="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"
export OPENAI_API_BASE="https://openrouter.ai/api/v1"
export EDITOR="nvim"
export VISUAL="nvim"
@@ -81,3 +87,10 @@ export PATH=$PATH:$ANDROID_HOME/cmdline-tools/latest/bin:$ANDROID_HOME/platform-
if [ -d "/home/sam/esp/esp-idf" ]; then
. "/home/sam/esp/esp-idf/export.sh"
fi
# opencode
export PATH=/home/sam/.opencode/bin:$PATH
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion

View File

@@ -10,3 +10,15 @@
2025/10/06 (19:34:16) | ===> btop++ v.1.3.0
2025/10/06 (19:34:16) | WARNING: NVML: Failed to get maximum GPU power draw, defaulting to 225W: Not Supported
2025/10/06 (19:34:16) | WARNING: NVML: Failed to get GPU power usage: Not Supported
2025/10/12 (15:41:03) | ===> btop++ v.1.3.0
2025/10/12 (15:41:03) | WARNING: NVML: Failed to get maximum GPU power draw, defaulting to 225W: Not Supported
2025/10/12 (15:41:03) | WARNING: NVML: Failed to get GPU power usage: Not Supported
2025/11/22 (19:22:08) | ===> btop++ v.1.3.0
2025/11/22 (19:22:08) | WARNING: NVML: Failed to get maximum GPU power draw, defaulting to 225W: Not Supported
2025/11/22 (19:22:08) | WARNING: NVML: Failed to get GPU power usage: Not Supported
2025/12/12 (21:29:18) | ===> btop++ v.1.3.0
2025/12/12 (21:29:18) | WARNING: NVML: Failed to get maximum GPU power draw, defaulting to 225W: Not Supported
2025/12/12 (21:29:18) | WARNING: NVML: Failed to get GPU power usage: Not Supported

0
facebook_sales.md Normal file
View File

View File

@@ -292,7 +292,7 @@ options {
// Choose the theme that is specified in the themes section.
// Default: default
//
// theme "dracula"
theme "dracula"
// Choose the base input mode of zellij.
// Default: normal
@@ -302,7 +302,7 @@ options {
// Choose the path to the default shell that zellij will use for opening new panes
// Default: $SHELL
//
default_shell "/snap/bin/nu"
default_shell "/usr/bin/zsh"
// Choose the path to override cwd that zellij will use for opening new panes
@@ -373,7 +373,7 @@ default_shell "/snap/bin/nu"
// Examples:
//
// copy_command "xclip -selection clipboard" // x11
// copy_command "wl-copy" // wayland
copy_command "wl-copy" // wayland
// copy_command "pbcopy" // osx
//
// copy_command "pbcopy"
@@ -394,7 +394,7 @@ default_shell "/snap/bin/nu"
// Path to the default editor to use to edit pane scrollbuffer
// Default: $EDITOR or $VISUAL
// scrollback_editor "/usr/bin/vim"
scrollback_editor "/usr/bin/vim"
// A fixed name to always give the Zellij session.
// Consider also setting `attach_to_session true,`