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/"
|
||||
vimrc = "~/.vimrc"
|
||||
halig = "~/.config/halig"
|
||||
k9smocha = "~/.config/k9s/skin.yml"
|
||||
k9smocha = "~/.config/k9s/skins/mocha.yaml"
|
||||
sshconfig = "~/.ssh/config"
|
||||
gitconfig = "~/.gitconfig"
|
||||
rofi = "~/.config/rofi"
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
- cargo-update
|
||||
- cargo-cache
|
||||
- garden-tools
|
||||
- b3sum
|
||||
- difftastic
|
||||
- du-dust
|
||||
state: latest
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ alias g 'git'
|
|||
alias copy 'xclip -selection clipboard'
|
||||
alias cat 'bat --theme Catppuccin-frappe'
|
||||
alias k 'kubectl'
|
||||
alias ku 'kubectl kustomize'
|
||||
alias rm 'trash'
|
||||
alias v 'vim'
|
||||
alias nv 'nvim'
|
||||
|
|
|
|||
3
k9smocha
3
k9smocha
|
|
@ -1,5 +1,4 @@
|
|||
# https://github.com/catppuccin/k9s
|
||||
base: &base "#1e1e2e"
|
||||
99base: &base "#1e1e2e"
|
||||
blue: &blue "#89b4fa"
|
||||
crust: &crust "#11111b"
|
||||
flamingo: &flamingo "#f2cdcd"
|
||||
|
|
|
|||
12
sshconfig
12
sshconfig
|
|
@ -106,3 +106,15 @@ Host fuku.fz
|
|||
Host fuku.docker
|
||||
HostName docker.fuku
|
||||
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