1
0
Fork 0

update k9smocha

This commit is contained in:
cătălin 2024-01-04 14:59:48 +01:00
commit c365562f8b
Signed by: catalin
GPG key ID: 686088EF78EE4083
5 changed files with 16 additions and 3 deletions

View file

@ -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"

View file

@ -29,6 +29,7 @@
- cargo-update
- cargo-cache
- garden-tools
- b3sum
- difftastic
- du-dust
state: latest

View file

@ -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'

View file

@ -1,5 +1,4 @@
# https://github.com/catppuccin/k9s
base: &base "#1e1e2e"
99base: &base "#1e1e2e"
blue: &blue "#89b4fa"
crust: &crust "#11111b"
flamingo: &flamingo "#f2cdcd"

View file

@ -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