From 2d7620f54e2fe0226f73bbb02ce470b12f936f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 19 Sep 2016 07:24:31 +0200 Subject: Update private repo --- install | 14 +++++++++++--- private | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/install b/install index b71a5e1..0c129cb 100755 --- a/install +++ b/install @@ -88,6 +88,8 @@ 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. read -p "Install Bashrc? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then @@ -111,6 +113,7 @@ read -p "Install VIM scripts? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst vimrc ~/.vimrc inst vim/ ~/.vim + inst local/bin/vim-project-gen ~/.local/bin/vim-project-gen mkdir -p ~/.cache/vim # directory for *.swp files mkdir -p ~/.cache/vim-undo # directory for undo files echo "Please don't forget to setup YouCompleteMe" @@ -120,15 +123,20 @@ read -p "Install email synchronization? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst local/bin/annoyme ~/.local/bin/ inst local/sbin/annoyme-request ~/.local/sbin/ - inst local/sbin/syncemail ~/.local/sbin/ - inst config/offlineimap/ ~/.config/offlineimap inst config/systemd/user/syncemail.service ~/.config/systemd/user + inst_email_sync + # Contains: + # inst local/sbin/syncemail ~/.local/sbin/ + # inst config/offlineimap/ ~/.config/offlineimap fi read -p "Install mutt configuration? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then - inst mutt/ ~/.mutt inst urlview ~/.urlview + inst_mutt_conf + # Contains: + # inst mutt/ ~/.mutt + # inst msmtprc ~/.msmtprc fi read -p "Install i3 configuration and related tools? (Y/n) " diff --git a/private b/private index ac9aa2f..d2b3dc7 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit ac9aa2f0a11a3a816f70d6b7ed918f43726a6a35 +Subproject commit d2b3dc7ecc97451c1dae1a1d4d6b4ec484da79dd -- cgit v1.2.3