We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efdc42 commit cb520e3Copy full SHA for cb520e3
1 file changed
README.md
@@ -17,6 +17,7 @@
17
18
```bash
19
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
20
+ git clone https://github.com/sheerun/vim-polyglot ~/.vim/bundle/vim-polyglot
21
git clone https://github.com/ryanoasis/nerd-fonts.git
22
cd nerd-fonts && ./install.sh Meslo
23
@@ -25,6 +26,10 @@
25
26
sudo apt install vim
27
sudo apt install vim-gtk3
28
sudo apt-get install fonts-powerline
29
+
30
+ # OSX specific only
31
+ brew install vim
32
+ btew install tmux
33
```
34
4. Copy and paste these following lines on `~/.zshrc` file
35
0 commit comments