From 739b48b5755e1c3668bb29123cde5e58641c90e2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 23 Jun 2022 21:02:52 +0300 Subject: [PATCH] Midnight Commander's dark mode config --- mc/ini | 2 ++ zsh/.zsh/rc/025mc.zsh | 1 + 2 files changed, 3 insertions(+) create mode 100644 mc/ini diff --git a/mc/ini b/mc/ini new file mode 100644 index 0000000..39c3234 --- /dev/null +++ b/mc/ini @@ -0,0 +1,2 @@ +[Midnight-Commander] +skin=dark diff --git a/zsh/.zsh/rc/025mc.zsh b/zsh/.zsh/rc/025mc.zsh index 1ca9106..e21f4e1 100644 --- a/zsh/.zsh/rc/025mc.zsh +++ b/zsh/.zsh/rc/025mc.zsh @@ -1,4 +1,5 @@ [ -s $XDG_CONFIG_HOME/mc/mc.ext ] || { mkdir $XDG_CONFIG_HOME/mc/ + cp ~dot/mc/ini $XDG_CONFIG_HOME/mc/ cp ~dot/mc/mc.ext $XDG_CONFIG_HOME/mc/ } -- 2.44.0