forked from mudhorn/dotfiles
16 lines
361 B
Markdown
16 lines
361 B
Markdown
# Vim plugins you'll need before we begin
|
|
1. https://github.com/tpope/vim-pathogen
|
|
1. https://github.com/scrooloose/nerdtree
|
|
1. https://github.com/bling/vim-airline
|
|
|
|
# Installation
|
|
```
|
|
cd
|
|
git clone https://github.com/flipsidecreations/dotfiles.git
|
|
ln -s dotfiles/.bashrc ~/
|
|
ln -s dotfiles/.vimrc ~/
|
|
ln -s dotfiles/.screenrc ~/
|
|
ln -s dotfiles/.tmux.conf ~/
|
|
```
|
|
|