Skip to content

Commit cb520e3

Browse files
Updated README.md
1 parent 0efdc42 commit cb520e3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
```bash
1919
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
2021
git clone https://github.com/ryanoasis/nerd-fonts.git
2122
cd nerd-fonts && ./install.sh Meslo
2223
@@ -25,6 +26,10 @@
2526
sudo apt install vim
2627
sudo apt install vim-gtk3
2728
sudo apt-get install fonts-powerline
29+
30+
# OSX specific only
31+
brew install vim
32+
btew install tmux
2833
```
2934
4. Copy and paste these following lines on `~/.zshrc` file
3035

0 commit comments

Comments
 (0)