Skip to content

Commit 10a65d1

Browse files
committed
update zshrc and versions
1 parent c83b082 commit 10a65d1

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

home/.chezmoidata/versions.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ versions:
1212
# https://github.com/dandavison/delta
1313
delta: 0.18.2
1414
# https://github.com/sharkdp/bat
15-
bat: 0.26.0
15+
bat: 0.26.1
1616
# https://github.com/sharkdp/fd
1717
fd: 10.3.0
1818
# https://github.com/junegunn/fzf
@@ -34,9 +34,9 @@ versions:
3434
# https://github.com/jqlang/jq
3535
jq: 1.8.1
3636
# https://github.com/mikefarah/yq
37-
yq: 4.48.2
37+
yq: 4.49.2
3838
# https://github.com/dundee/gdu
39-
gdu: 5.31.0
39+
gdu: 5.32.0
4040
# https://github.com/zu1k/nali
4141
nali: 0.8.1
4242
# https://github.com/kevwan/tproxy
@@ -46,19 +46,19 @@ versions:
4646
# https://github.com/mr-karan/doggo
4747
doggo: 1.1.2
4848
# https://github.com/nxtrace/NTrace-core
49-
NTracecore: 1.4.2
49+
NTracecore: 1.5.0
5050
# https://github.com/bcicen/ctop
5151
ctop: 0.7.7
5252
# https://github.com/kubecolor/kubecolor
5353
kubecolor: 0.5.3
5454
# https://github.com/alexellis/arkade
55-
arkade: 0.11.59
55+
arkade: 0.11.60
5656
# https://github.com/upx/upx
5757
upx: 5.0.2
5858
# https://github.com/koalaman/shellcheck
5959
shellcheck: 0.11.0
6060
# https://github.com/kubeshark/kubeshark
61-
kubeshark: 52.9.0
61+
kubeshark: 52.10.3
6262
# https://github.com/txn2/kubefwd
6363
kubefwd: 1.22.5
6464
# https://github.com/FiloSottile/mkcert
@@ -76,4 +76,4 @@ versions:
7676
# https://github.com/derailed/k9s
7777
k9s: 0.50.16
7878
# https://github.com/helm/helm
79-
helm: 4.0.0
79+
helm: 4.0.1

home/dot_zshrc.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ if [[ "`printf '%s\n' $(zsh --version | cut -d ' ' -f2) '5.1' | sort -V -r | hea
106106
# https://github.com/romkatv/zsh-bin
107107
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/romkatv/zsh-bin/master/install)"
108108

109+
ZSH_THEME="robbyrussell"
110+
elif [[ -n "$WINDSURF_CASCADE_TERMINAL" ]]; then
109111
ZSH_THEME="robbyrussell"
110112
else
111113
ZSH_THEME="powerlevel10k/powerlevel10k"

0 commit comments

Comments
 (0)