update k9smocha
This commit is contained in:
parent
d597b9ee73
commit
c365562f8b
5 changed files with 16 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ ideavim = "~/.ideavimrc"
|
||||||
astrovim = "~/.config/nvim/lua/user/"
|
astrovim = "~/.config/nvim/lua/user/"
|
||||||
vimrc = "~/.vimrc"
|
vimrc = "~/.vimrc"
|
||||||
halig = "~/.config/halig"
|
halig = "~/.config/halig"
|
||||||
k9smocha = "~/.config/k9s/skin.yml"
|
k9smocha = "~/.config/k9s/skins/mocha.yaml"
|
||||||
sshconfig = "~/.ssh/config"
|
sshconfig = "~/.ssh/config"
|
||||||
gitconfig = "~/.gitconfig"
|
gitconfig = "~/.gitconfig"
|
||||||
rofi = "~/.config/rofi"
|
rofi = "~/.config/rofi"
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@
|
||||||
- cargo-update
|
- cargo-update
|
||||||
- cargo-cache
|
- cargo-cache
|
||||||
- garden-tools
|
- garden-tools
|
||||||
|
- b3sum
|
||||||
- difftastic
|
- difftastic
|
||||||
- du-dust
|
- du-dust
|
||||||
state: latest
|
state: latest
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ alias g 'git'
|
||||||
alias copy 'xclip -selection clipboard'
|
alias copy 'xclip -selection clipboard'
|
||||||
alias cat 'bat --theme Catppuccin-frappe'
|
alias cat 'bat --theme Catppuccin-frappe'
|
||||||
alias k 'kubectl'
|
alias k 'kubectl'
|
||||||
|
alias ku 'kubectl kustomize'
|
||||||
alias rm 'trash'
|
alias rm 'trash'
|
||||||
alias v 'vim'
|
alias v 'vim'
|
||||||
alias nv 'nvim'
|
alias nv 'nvim'
|
||||||
|
|
|
||||||
3
k9smocha
3
k9smocha
|
|
@ -1,5 +1,4 @@
|
||||||
# https://github.com/catppuccin/k9s
|
99base: &base "#1e1e2e"
|
||||||
base: &base "#1e1e2e"
|
|
||||||
blue: &blue "#89b4fa"
|
blue: &blue "#89b4fa"
|
||||||
crust: &crust "#11111b"
|
crust: &crust "#11111b"
|
||||||
flamingo: &flamingo "#f2cdcd"
|
flamingo: &flamingo "#f2cdcd"
|
||||||
|
|
|
||||||
12
sshconfig
12
sshconfig
|
|
@ -106,3 +106,15 @@ Host fuku.fz
|
||||||
Host fuku.docker
|
Host fuku.docker
|
||||||
HostName docker.fuku
|
HostName docker.fuku
|
||||||
User docker
|
User docker
|
||||||
|
|
||||||
|
Host dz.superset.dev
|
||||||
|
HostName 172.16.48.107
|
||||||
|
User root
|
||||||
|
|
||||||
|
Host dz.superset.stag
|
||||||
|
HostName 172.16.48.117
|
||||||
|
User root
|
||||||
|
|
||||||
|
Host dz.k3s.main
|
||||||
|
HostName 172.16.48.201
|
||||||
|
User root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue