diff --git a/bash/.bashrc b/bash/.bashrc index 016496b..acef13f 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -23,6 +23,10 @@ alias gp='git push' alias k9s='$HOME/dotfiles/k9s/.config/k9s/k9s-theme-sync.sh' alias oc='opencode' +# opencode settings +# export GOOGLE_CLOUD_PROJECT=claude-code-tibco +# export VERTEX_LOCATION=global + alias vd='vd --theme asciimono' export EDITOR='nvim' diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index 4bbf756..5666ac9 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -16,9 +16,9 @@ shell-integration-features = no-cursor cursor-style = block # background -background-image = ~/.config/ghostty/earth.png -background-image-opacity = 0 -background-image-fit = cover +# background-image = ~/.config/ghostty/earth.png +# background-image-opacity = 0 +# background-image-fit = cover macos-icon = xray diff --git a/ghostty/.config/ghostty/themes/onedark b/ghostty/.config/ghostty/themes/onedark index 712e55e..a1e2625 100644 --- a/ghostty/.config/ghostty/themes/onedark +++ b/ghostty/.config/ghostty/themes/onedark @@ -14,5 +14,5 @@ palette = 12=#61afef palette = 13=#c678dd palette = 14=#56b6c2 palette = 15=#bfc5ce -background = #111111 +background = #000000 foreground = #abb2bf diff --git a/k9s/.config/k9s/clusters/kubernetes/kubernetes-admin@kubernetes/benchmarks.yaml b/k9s/.config/k9s/clusters/kubernetes/kubernetes-admin@kubernetes/benchmarks.yaml new file mode 100644 index 0000000..9efba4c --- /dev/null +++ b/k9s/.config/k9s/clusters/kubernetes/kubernetes-admin@kubernetes/benchmarks.yaml @@ -0,0 +1,4 @@ +benchmarks: + defaults: + concurrency: 2 + requests: 200 \ No newline at end of file diff --git a/k9s/.config/k9s/clusters/kubernetes/kubernetes-admin@kubernetes/config.yaml b/k9s/.config/k9s/clusters/kubernetes/kubernetes-admin@kubernetes/config.yaml new file mode 100644 index 0000000..1702c0b --- /dev/null +++ b/k9s/.config/k9s/clusters/kubernetes/kubernetes-admin@kubernetes/config.yaml @@ -0,0 +1,14 @@ +k9s: + cluster: kubernetes + namespace: + active: cp1-ns + lockFavorites: false + favorites: + - cp1-ns + - default + view: + active: po + featureGates: + nodeShell: false + portForwardAddress: localhost + proxy: null diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 82ba93e..6f241a7 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -34,8 +34,14 @@ bind-key m command-prompt -p "send pane to:" "join-pane -t :'%%'" set -s escape-time 0 # True color support -set -g default-terminal "tmux-256color" -set-option -ga terminal-overrides ",*256col*:Tc" +# set -g default-terminal "tmux-256color" +# set-option -ga terminal-overrides ",*256col*:Tc" + +# Allow OSC 11 background queries to pass through +set -g allow-passthrough on +set -ga terminal-features "*:osc7,RGB,usstyle,RGB" +set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl +set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # truecolor underline set -g status-style "fg=blue" set -g window-status-current-style "fg=green"