From 60fc87b4003f5d047aafa970d62416a93801a5c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 8 Dec 2025 12:32:34 +0100 Subject: Add infokey config --- infokey | 4 ++++ install | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 infokey diff --git a/infokey b/infokey new file mode 100644 index 0000000..a3405e5 --- /dev/null +++ b/infokey @@ -0,0 +1,4 @@ +#var +link-style=blue,bold,underline +active-link-style=yellow,bold +match-style=underline,bold,nocolor diff --git a/install b/install index 64e6e3e..80f2853 100755 --- a/install +++ b/install @@ -42,7 +42,8 @@ if ask "guix" "Install Guix configuration"; then inst config/guix/channels.scm ~/.config/guix/channels.scm fi -if ask "clituls" "Install configurations for various CLI utility tools"; then +if ask "cliutils" "Install configurations for various CLI utility tools"; then + inst infokey ~/.infokey inst screenrc ~/.screenrc inst local/share/mc/skins/nord16M.ini ~/.local/share/mc/skins/nord16M.ini fi -- cgit v1.2.3