aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-03-04 11:16:53 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-03-04 11:16:53 +0100
commit77068f3dadc47d08ba780cb24d3f6daa9d46d9f7 (patch)
tree56e937f92b3405673d0c781e1cde7cad1bf15282
parent4ed683f6f38b28b8ff5f7a567337f2d635e4eb46 (diff)
downloaddotfiles-77068f3dadc47d08ba780cb24d3f6daa9d46d9f7.tar.gz
dotfiles-77068f3dadc47d08ba780cb24d3f6daa9d46d9f7.zip
The review utility will be installed by default again.
-rwxr-xr-xinstall.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 0da3938..220d648 100755
--- a/install.sh
+++ b/install.sh
@@ -29,6 +29,7 @@ rm -rf $HOME/.vimrc
cp -rf vim $HOME/.vim
cp vimrc $HOME/.vimrc
cat <<HERE
+
You have successfully installed my vim configuration files. However, you have
to type the following command inside vim to install all the plugins that I'm
using:
@@ -44,3 +45,17 @@ git clone https://github.com/mssola/g
cd g
cp g.sh $HOME/.g.sh
cp gcompletion.sh $HOME/.gcompletion.sh
+
+# Download and install the review utility
+cat <<HERE
+
+We'll now proceed to install the Review utility. The Review utility will be
+installed in /opt/review, that's why we ask for root permissions.
+
+HERE
+
+cd /tmp
+rm -rf review
+git clone https://github.com/mssola/review
+cd review
+sudo ./install.sh