From c365562f8ba7596be96708d2a7857fcf4b5a7756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Thu, 4 Jan 2024 14:59:48 +0100 Subject: [PATCH] update k9smocha --- .dotter/global.toml | 2 +- ansible/roles/packages/tasks/rust.yml | 1 + fish/conf.d/aliases.fish | 1 + k9smocha | 3 +-- sshconfig | 12 ++++++++++++ 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.dotter/global.toml b/.dotter/global.toml index dd5a149..b14ca03 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -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" diff --git a/ansible/roles/packages/tasks/rust.yml b/ansible/roles/packages/tasks/rust.yml index 0cf92db..b854ed9 100644 --- a/ansible/roles/packages/tasks/rust.yml +++ b/ansible/roles/packages/tasks/rust.yml @@ -29,6 +29,7 @@ - cargo-update - cargo-cache - garden-tools + - b3sum - difftastic - du-dust state: latest diff --git a/fish/conf.d/aliases.fish b/fish/conf.d/aliases.fish index c4441b5..294866f 100644 --- a/fish/conf.d/aliases.fish +++ b/fish/conf.d/aliases.fish @@ -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' diff --git a/k9smocha b/k9smocha index 1d3d4d1..3a35629 100644 --- a/k9smocha +++ b/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" diff --git a/sshconfig b/sshconfig index 44dec30..ac39a75 100644 --- a/sshconfig +++ b/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