From 3d0723aa76dd7ab66d13bb21e9157e2f279dd6a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz>
Date: Fri, 9 Sep 2016 09:12:43 +0200
Subject: Update vim plugins and add starme do install script

Also vim plugin figitive is removed. Not that its bad plugin, I just
not using it at all.
---
 install | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'install')

diff --git a/install b/install
index 660cfb7..a4a7b73 100755
--- a/install
+++ b/install
@@ -25,7 +25,7 @@ dodiff() {
 }
 diff() {
 	# Iterate trough source directory but ignore any git repositories
-	# Note that its design decision to not iterate trough target directory.
+	# Note that it's design decision to not iterate trough target directory.
 	if [ -d "$1" ]; then
 		# This is check if we have correct inst command basically. If it is
 		# directory than it have to have trailing slash to ensure that no
@@ -109,7 +109,8 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then
 	inst config/i3blocks/ ~/.config/i3blocks
 	inst config/i3status/ ~/.config/i3status
 	inst config/dunst/ ~/.config/dunst
-	inst local/bin/mxrandr ~/.local/bin/mxrandr
+	inst local/bin/mxrandr ~/.local/bin/
+	inst local/bin/startme ~/.local/bin/
 fi
 
 read -p "Install Conkeror configuration? (Y/n) "
-- 
cgit v1.2.3