aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh7
1 files changed, 7 insertions, 0 deletions
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 <<HERE