mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-27 13:30:31 +01:00
Hide output from install script.
This commit is contained in:
@@ -8,7 +8,7 @@ Installation
|
|||||||
|
|
||||||
To install this package as your local vim configuration, do the following:
|
To install this package as your local vim configuration, do the following:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git clone https://github.com/bertptrs/vimconfig.git ~/.vim
|
git clone https://github.com/bertptrs/vimconfig.git ~/.vim
|
||||||
~/.vim/install.sh
|
~/.vim/install.sh
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ ln -s $HOME/.vim/vimrc $HOME/.vimrc
|
|||||||
echo -n "Downloading dependencies..."
|
echo -n "Downloading dependencies..."
|
||||||
cd $HOME/.vim
|
cd $HOME/.vim
|
||||||
|
|
||||||
git submodule init
|
git submodule init > /dev/null
|
||||||
git submodule update
|
git submodule update > /dev/null
|
||||||
|
|
||||||
echo " Done"
|
echo " Done"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user