-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(k9s): Add k9s config and skin manifest files
Improve zsh config, along with starship (prompt), and tmux configuration for kubernetes
- Loading branch information
1 parent
347667d
commit c7c5d4c
Showing
7 changed files
with
224 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
k9s: | ||
refreshRate: 2 | ||
maxConnRetry: 5 | ||
enableMouse: false | ||
headless: false | ||
logoless: false | ||
crumbsless: false | ||
readOnly: false | ||
noExitOnCtrlC: false | ||
noIcons: false | ||
skipLatestRevCheck: false | ||
logger: | ||
tail: 100 | ||
buffer: 5000 | ||
sinceSeconds: 300 | ||
fullScreenLogs: false | ||
textWrap: false | ||
showTime: false | ||
currentContext: minikube | ||
currentCluster: minikube | ||
clusters: | ||
minikube: | ||
namespace: | ||
active: all | ||
lockFavorites: false | ||
favorites: | ||
- all | ||
- default | ||
view: | ||
active: pods | ||
featureGates: | ||
nodeShell: false | ||
shellPod: | ||
image: busybox:1.35.0 | ||
command: [] | ||
args: [] | ||
namespace: default | ||
limits: | ||
cpu: 100m | ||
memory: 100Mi | ||
labels: {} | ||
portForwardAddress: localhost | ||
thresholds: | ||
cpu: | ||
critical: 90 | ||
warn: 70 | ||
memory: | ||
critical: 90 | ||
warn: 70 | ||
screenDumpDir: /var/folders/k7/h5175bs53hb98z_s9k5wvbqw0000gn/T/k9s-screens-sid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# ----------------------------------------------------------------------------- | ||
# OneDark Skin | ||
# ----------------------------------------------------------------------------- | ||
|
||
# Styles... | ||
foreground: &foreground "#abb2bf" | ||
background: &background "#282c34" | ||
black: &black "#080808" | ||
blue: &blue "#61afef" | ||
green: &green "#98c379" | ||
grey: &grey "#abb2bf" | ||
orange: &orange "#ffb86c" | ||
purple: &purple "#c678dd" | ||
red: &red "#e06370" | ||
yellow: &yellow "#e5c07b" | ||
yellow_bright: &yellow_bright "#d19a66" | ||
|
||
# Skin... | ||
k9s: | ||
body: | ||
fgColor: *foreground | ||
bgColor: *background | ||
logoColor: *green | ||
prompt: | ||
fgColor: *foreground | ||
bgColor: *background | ||
suggestColor: *orange | ||
info: | ||
fgColor: *grey | ||
sectionColor: *green | ||
help: | ||
fgColor: *foreground | ||
bgColor: *background | ||
keyColor: *yellow | ||
numKeyColor: *blue | ||
sectionColor: *purple | ||
dialog: | ||
fgColor: *black | ||
bgColor: *background | ||
buttonFgColor: *foreground | ||
buttonBgColor: *green | ||
buttonFocusFgColor: *black | ||
buttonFocusBgColor: *blue | ||
labelFgColor: *orange | ||
fieldFgColor: *blue | ||
frame: | ||
border: | ||
fgColor: *green | ||
focusColor: *green | ||
menu: | ||
fgColor: *grey | ||
keyColor: *yellow | ||
numKeyColor: *yellow | ||
crumbs: | ||
fgColor: *black | ||
bgColor: *green | ||
activeColor: *yellow | ||
status: | ||
newColor: *blue | ||
modifyColor: *green | ||
addColor: *grey | ||
pendingColor: *orange | ||
errorColor: *red | ||
highlightColor: *yellow | ||
killColor: *purple | ||
completedColor: *grey | ||
title: | ||
fgColor: *blue | ||
bgColor: *background | ||
highlightColor: *purple | ||
counterColor: *foreground | ||
filterColor: *blue | ||
views: | ||
charts: | ||
bgColor: *background | ||
defaultDialColors: | ||
- *green | ||
- *red | ||
defaultChartColors: | ||
- *green | ||
- *red | ||
table: | ||
fgColor: *yellow | ||
bgColor: *background | ||
cursorFgColor: *black | ||
cursorBgColor: *blue | ||
markColor: *yellow_bright | ||
header: | ||
fgColor: *grey | ||
bgColor: *background | ||
sorterColor: *orange | ||
xray: | ||
fgColor: *blue | ||
bgColor: *background | ||
cursorColor: *foreground | ||
graphicColor: *yellow_bright | ||
showIcons: false | ||
yaml: | ||
keyColor: *red | ||
colonColor: *grey | ||
valueColor: *grey | ||
logs: | ||
fgColor: *grey | ||
bgColor: *background | ||
indicator: | ||
fgColor: *blue | ||
bgColor: *background | ||
toggleOnColor: *red | ||
toggleOffColor: *grey | ||
help: | ||
fgColor: *grey | ||
bgColor: *background | ||
indicator: | ||
fgColor: *blue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters