Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 887 Bytes

README.org

File metadata and controls

28 lines (23 loc) · 887 Bytes

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