From 16dd1fffccbc9d5ba2d95219de785538994e3f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 7 Jan 2017 13:28:58 +0100 Subject: Add default configuration for ranger --- install | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index b7a289f..4c47be9 100755 --- a/install +++ b/install @@ -8,7 +8,6 @@ git submodule update --init || (echo "Submodule update failed! Use --ignore-sub # Source inst and diff function . ./utils/inst -# TODO if on archlinux install pkgstats and other packages we would need for every feature ################################################################################# source private/install # private files, sorry but some privacy is required. @@ -50,6 +49,11 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then echo "Please don't forget to setup YouCompleteMe" fi +read -p "Install ranger configuration? (Y/n) " +if [[ $REPLY =~ ^[Yy]?$ ]]; then + inst config/ranger/ ~/.config/ranger +fi + read -p "Install email synchronization? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst_email_sync -- cgit v1.2.3