aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-01-09 08:10:37 +0100
committerKarel Kočí <karel.koci@nic.cz>2017-01-09 08:10:37 +0100
commitd7f2a7bc49ee1f52dfecd84fd1e04612db89036e (patch)
treea45fa7e871d235139db1fee1cdd1d584b8c8e45c /install
parent95865067af8988cb81bf89352fae3961d12a4a9e (diff)
parent30791e34030b2c31ecd726d892f24ff839a7a0fc (diff)
downloadmyconfigs-d7f2a7bc49ee1f52dfecd84fd1e04612db89036e.tar.gz
myconfigs-d7f2a7bc49ee1f52dfecd84fd1e04612db89036e.tar.bz2
myconfigs-d7f2a7bc49ee1f52dfecd84fd1e04612db89036e.zip
Merge branch 'master' of cynerd.cz:myconfigs
Diffstat (limited to 'install')
-rwxr-xr-xinstall8
1 files changed, 7 insertions, 1 deletions
diff --git a/install b/install
index b7a289f..46268ff 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,13 @@ 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/rc.conf ~/.config/ranger/rc.conf
+ inst config/ranger/rifle.conf ~/.config/ranger/rifle.conf
+ inst config/ranger/scope.sh ~/.config/ranger/scope.sh
+fi
+
read -p "Install email synchronization? (Y/n) "
if [[ $REPLY =~ ^[Yy]?$ ]]; then
inst_email_sync