aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-07-31 13:51:10 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2013-07-31 13:51:10 +0200
commit8bb9b246dd05d70bc9928627a6c3865544022c42 (patch)
treeeb057d158064aee81eff6a62fa251ffc59865451
parentbeb7e96b45b8d32d87a3d128b4068ca4c3b36853 (diff)
downloaddotfiles-8bb9b246dd05d70bc9928627a6c3865544022c42.tar.gz
dotfiles-8bb9b246dd05d70bc9928627a6c3865544022c42.zip
Added instructions in the install script to install the "review" and "g" apps.
-rwxr-xr-xinstall.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index bda9717..e70270f 100755
--- a/install.sh
+++ b/install.sh
@@ -15,3 +15,17 @@ cp vimrc $HOME/.vimrc
cp hgrc $HOME/.hgrc
cp rake_completion $HOME/.rake_completion
chmod +x $HOME/.rake_completion
+
+# Download and install the review utility.
+cd /tmp
+git clone https://github.com/mssola/review
+cd review
+sudo make install
+cp misc/review_completion.sh $HOME/.review_completion.sh
+
+# Download and install the g utility
+cd /tmp
+git clone https://github.com/mssola/g
+cd g
+cp g.sh $HOME/.g.sh
+cp gcompletion.sh $HOME/.gcompletion.sh