From 46679e3e59f3084e98fa0a1d055a58308cda5b59 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 13 Jul 2015 12:00:12 +0200 Subject: Add the `scripts` repo in the installation process --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 0077c3b..b685865 100755 --- a/install.sh +++ b/install.sh @@ -49,6 +49,13 @@ cd g cp g.sh $HOME/.g.sh cp gcompletion.sh $HOME/.gcompletion.sh +# Install my own custom scripts. +cd /tmp +rm -rf scripts +git clone https://github.com/mssola/scripts +cd scripts +./install.sh + # Download and install the review utility cat <