From d3be39a92e60bdfc63cd08f882b9b95c0db9496e Mon Sep 17 00:00:00 2001 From: Miquel Sabate Date: Tue, 2 Jun 2015 09:43:45 +0200 Subject: Added the $PROJECTS variable --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index c360913..766e4ae 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,6 @@ #!/bin/bash +PROJECTS="$HOME/Projects" # If something goes wrong, get the f*ck out. set -e @@ -36,8 +37,8 @@ vim +PluginInstall +qall # there are two configs: the global one and the KDE one. The KDE one assumes # that all your KDE projects are stored in the `$HOME/Projects/kde` directory. # The global one is installed in the $HOME directory. -mkdir -p $HOME/Projects/kde -cp kte/kde.kateconfig $HOME/Projects/kde/.kateconfig +mkdir -p $PROJECTS/kde +cp kte/kde.kateconfig $PROJECTS/kde/.kateconfig cp kte/global.kateconfig $HOME/.kateconfig # Download and install the g utility -- cgit v1.2.3