From f6e6c42b26286ca19655ad0bf838192f6f606903 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 5 May 2022 21:14:35 -0700 Subject: [PATCH] kubeconform install_tool --- bin/install_tool | 3 +++ dotfiles/config/htop/htoprc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/install_tool b/bin/install_tool index 01263e3..2d55b35 100755 --- a/bin/install_tool +++ b/bin/install_tool @@ -430,6 +430,9 @@ EOF install_pkgs python3-z3 pip3 install --user pyvex ropper ;; + kubeconform) + go install github.com/yannh/kubeconform/cmd/kubeconform@latest + ;; *) echo "Unknown tool: ${TOOL}" >/dev/stderr list_tools diff --git a/dotfiles/config/htop/htoprc b/dotfiles/config/htop/htoprc index 3d4ad39..d13d95b 100644 --- a/dotfiles/config/htop/htoprc +++ b/dotfiles/config/htop/htoprc @@ -1,7 +1,7 @@ # Beware! This file is rewritten by htop when settings are changed in the interface. # The parser is also very primitive, and not human-friendly. fields=0 48 17 18 38 39 40 2 46 47 49 1 -sort_key=49 +sort_key=46 sort_direction=-1 tree_sort_key=0 tree_sort_direction=1