We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff5aed commit 9c78cd7Copy full SHA for 9c78cd7
README.md
@@ -8,7 +8,13 @@ A ready to use minimal Vim (Sublime Text -like) .vimrc configuration
8
(<a href="https://github.com/alexstep/vim-sublime/raw/master/vim-sublime.gif">Play Video</a>)
9
</p>
10
11
-## Quick install (bash)
+## Quick install
12
+Run this script
13
+
14
+``` curl https://raw.githubusercontent.com/alexstep/vim-sublime/master/install.sh | sh ```
15
16
+or paste in console:
17
18
```apt-get install vim -y```
19
```mkdir -p $HOME/.vim/bundle && \
20
git clone --depth=1 https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim && \
0 commit comments