aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-01-07 13:28:58 +0100
committerKarel Kočí <cynerd@email.cz>2017-01-07 13:28:58 +0100
commit16dd1fffccbc9d5ba2d95219de785538994e3f85 (patch)
treeb6014f03351fffbbdde695b863177b076c31d4a0 /install
parent64e557a8b97c4975c25cf5bd12fa3bb51fb38756 (diff)
downloadmyconfigs-16dd1fffccbc9d5ba2d95219de785538994e3f85.tar.gz
myconfigs-16dd1fffccbc9d5ba2d95219de785538994e3f85.tar.bz2
myconfigs-16dd1fffccbc9d5ba2d95219de785538994e3f85.zip
Add default configuration for ranger
Diffstat (limited to 'install')
-rwxr-xr-xinstall6
1 files changed, 5 insertions, 1 deletions
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