this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rose pine on k9s

Seth c23c4e40 76b67659

+4 -4
+3 -3
misc/k9s.yaml
··· 7 7 noExitOnCtrlC: false 8 8 ui: 9 9 enableMouse: false 10 - headless: false 11 - logoless: false 10 + headless: true 11 + logoless: true 12 12 crumbsless: false 13 13 noIcons: false 14 - #skin: solarized-light 14 + skin: rose-pine 15 15 skipLatestRevCheck: false 16 16 disablePodCounting: false 17 17 shellPod:
+1 -1
playbooks/roles/misc/tasks/main.yml
··· 41 41 42 42 - name: download-k9s-skin 43 43 ansible.builtin.get_url: 44 - url: https://raw.githubusercontent.com/derailed/k9s/master/skins/solarized-light.yaml 44 + url: https://raw.githubusercontent.com/derailed/k9s/master/skins/rose-pine.yaml 45 45 dest: "{{ home_dir }}/Library/Application Support/k9s/skins/" 46 46 force: true 47 47