An open API service indexing awesome lists of open source software.

https://github.com/exu/vim-dotfiles

My VIM customizations
https://github.com/exu/vim-dotfiles

viml

Last synced: 11 months ago
JSON representation

My VIM customizations

Awesome Lists containing this project

README

          

* exu vim dotfiles

** Quick install guide

Copy this line and paste into terminal, enjoy

#+BEGIN_SRC bash
curl -L https://raw.github.com/exu/vim-dotfiles/master/gitinstall|bash
#+END_SRC

** machine based config
my vimrc runs ~/.vim/machine/YOURMACHINENAME.vim file
on the end of vimrc tfile

** External dependencies
- gpciker - fuzzy files searching
- cowsay - cow powers for linux
- ack - simple grep
- syntastic
- yaml - =npm install -g js-yaml=
- phpcs - =pear install PHP_CodeSniffer=
- tidy - =sudo apt-get install tidy=
- css - =npm install -g csslint=
- js - =npm install -g jslint=

You can install them in Ubuntu from apt
#+BEGIN_SRC bash
sudo apt-get install cowsay ack
#+END_SRC

Gpicker could be installed from:

http://download.savannah.gnu.org/releases/gpicker/