diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-03-04 11:16:53 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-03-04 11:16:53 +0100 |
| commit | 77068f3dadc47d08ba780cb24d3f6daa9d46d9f7 (patch) | |
| tree | 56e937f92b3405673d0c781e1cde7cad1bf15282 /install.sh | |
| parent | 4ed683f6f38b28b8ff5f7a567337f2d635e4eb46 (diff) | |
| download | dotfiles-77068f3dadc47d08ba780cb24d3f6daa9d46d9f7.tar.gz dotfiles-77068f3dadc47d08ba780cb24d3f6daa9d46d9f7.zip | |
The review utility will be installed by default again.
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |
