aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMiquel Sabaté <msabate@suse.com>2015-07-13 12:00:12 +0200
committerMiquel Sabaté <msabate@suse.com>2015-07-13 12:00:12 +0200
commit46679e3e59f3084e98fa0a1d055a58308cda5b59 (patch)
treef29c2d467596844f022e2e623d85f36c523c85be /install.sh
parentae825698379fdbb6bbfa6b921837974b37625be1 (diff)
downloaddotfiles-46679e3e59f3084e98fa0a1d055a58308cda5b59.tar.gz
dotfiles-46679e3e59f3084e98fa0a1d055a58308cda5b59.zip
Add the `scripts` repo in the installation process
Diffstat (limited to 'install.sh')
-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