-
-
Save ekka21/ef02a5c064493bd769bacda0b2200cfb to your computer and use it in GitHub Desktop.
minimal vim setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
"Installing pathogen | |
mkdir -p ~/.vim/autoload ~/.vim/bundle && \ | |
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim | |
"Installing .vimrc | |
curl -LSso ~/.vimrc https://raw.githubusercontent.com/ekka21/dotfiles/master/.vimrc | |
"Installing nerdtree | |
git clone https://github.com/scrooloose/nerdtree.git ~/.vim/bundle/nerdtree | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment