1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Hide output from install script.

This commit is contained in:
Bert Peters
2015-01-03 22:08:22 +01:00
parent 9e2d84f357
commit 4347627b63
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ Installation
To install this package as your local vim configuration, do the following:
```
```bash
git clone https://github.com/bertptrs/vimconfig.git ~/.vim
~/.vim/install.sh
```

View File

@@ -18,8 +18,8 @@ ln -s $HOME/.vim/vimrc $HOME/.vimrc
echo -n "Downloading dependencies..."
cd $HOME/.vim
git submodule init
git submodule update
git submodule init > /dev/null
git submodule update > /dev/null
echo " Done"