Skip to content

Prikaz98/k9s-modus-operandi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

k9s-modus-operandi

Simple port of modus-operandi theme for k9s.

Usage

  1. Download the theme files and copy them into your k9s skins directory.

Linux:

OUT="${XDG_CONFIG_HOME:-$HOME/.config}/k9s/skins"
mkdir -p "$OUT"
curl -L https://raw.githubusercontent.com/Prikaz98/k9s-modus-operandi/refs/heads/main/modus-operandi.yaml > "$OUT/modus-operandi.yaml"

macOS:

OUT="${XDG_CONFIG_HOME:-$HOME/Library/Application Support}/k9s/skins"
mkdir -p "$OUT"
curl -L https://raw.githubusercontent.com/Prikaz98/k9s-modus-operandi/refs/heads/main/modus-operandi.yaml > "$OUT/modus-operandi.yaml"
  1. Edit your config.yaml so that it sets k9s.ui.skin to a modus-operandi.
k9s:
  ui:
    skin: modus-operandi

About

Modus-operandi theme for k9s

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published