aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-08-09 09:28:49 +0200
committerKarel Kočí <cynerd@email.cz>2022-08-09 09:28:49 +0200
commitc07688f881e2c3864f3f8274efc81f084f1f81a5 (patch)
treebf7e3581c5d9bf9dc73777cf00fade6aa5764ebd /install
parent7aad4eebb0fde90988e0caf49b631d24c55b2052 (diff)
downloadmyconfigs-c07688f881e2c3864f3f8274efc81f084f1f81a5.tar.gz
myconfigs-c07688f881e2c3864f3f8274efc81f084f1f81a5.tar.bz2
myconfigs-c07688f881e2c3864f3f8274efc81f084f1f81a5.zip
mc: tweak colors for dark theme
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 2 insertions, 1 deletions
diff --git a/install b/install
index 922f47c..e00c114 100755
--- a/install
+++ b/install
@@ -28,8 +28,9 @@ if ask "gpg" "Install GPG configuration"; then
inst gnupg/gpg.conf ~/.gnupg/gpg.conf
fi
-if ask "gnuscreen" "Install configurations for various utility tools"; then
+if ask "clituls" "Install configurations for various CLI utility tools"; then
inst screenrc ~/.screenrc
+ inst config/mc/mc.ext ~/.config/mc/mc.ext
fi
if ask "ssh" "Install SSH config"; then