]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Midnight Commander's dark mode config
authorSergey Matveev <stargrave@stargrave.org>
Thu, 23 Jun 2022 18:02:52 +0000 (21:02 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 23 Jun 2022 20:11:54 +0000 (23:11 +0300)
mc/ini [new file with mode: 0644]
zsh/.zsh/rc/025mc.zsh

diff --git a/mc/ini b/mc/ini
new file mode 100644 (file)
index 0000000..39c3234
--- /dev/null
+++ b/mc/ini
@@ -0,0 +1,2 @@
+[Midnight-Commander]
+skin=dark
index 1ca91064fa3f8562ca022473189f607fb81c04cf..e21f4e18e8ee14d87b0b9ff5e4b0f65818c544e4 100644 (file)
@@ -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/
 }