aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-04-08 21:56:30 +0200
committerKarel Kočí <cynerd@email.cz>2017-04-08 21:56:30 +0200
commit3b15d8dcd8912825281367ed959d7ad212e6a0ab (patch)
tree3424d6ae34c3da6dc7303d1a36cf8573d2ac1c54 /install
parent8d39ed9e2804c6c9ed42aa685f6eb2f7c38fbbea (diff)
downloadmyconfigs-3b15d8dcd8912825281367ed959d7ad212e6a0ab.tar.gz
myconfigs-3b15d8dcd8912825281367ed959d7ad212e6a0ab.tar.bz2
myconfigs-3b15d8dcd8912825281367ed959d7ad212e6a0ab.zip
Add user services
Diffstat (limited to 'install')
-rwxr-xr-xinstall6
1 files changed, 6 insertions, 0 deletions
diff --git a/install b/install
index 5616075..fd4a9f0 100755
--- a/install
+++ b/install
@@ -30,6 +30,12 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then
inst local/git-prompt.sh ~/.local/
fi
+read -p "Install user services? (Y/n) "
+if [[ $REPLY =~ ^[Yy]?$ ]]; then
+ inst local/sbin/user-service.sh ~/.local/sbin/user-service.sh
+ inst service/ ~/.service/
+fi
+
read -p "Install VIM scripts? (Y/n) "
YCM_PATH=~/.vim/bundle/YouCompleteMe
if [[ $REPLY =~ ^[Yy]?$ ]]; then