aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/mc/mc.ext5
-rwxr-xr-xinstall3
2 files changed, 7 insertions, 1 deletions
diff --git a/config/mc/mc.ext b/config/mc/mc.ext
new file mode 100644
index 0000000..1cdbd77
--- /dev/null
+++ b/config/mc/mc.ext
@@ -0,0 +1,5 @@
+[Colors]
+base_color=linux:normal=white,black:marked=yellow,black:input=,green:menu=black:menusel=white:menuhot=red,:menuhotsel=black,red:dfocus=white,black:dhotnormal=white,black:dhotfocus=white,black:executable=,black:directory=white,black:link=white,black:device=white,black:special=white,black:core=,black:stalelink=red,black:editnormal=white,black
+
+xterm-256color=
+color_terminals=
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