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

https://github.com/captbaritone/workshop-dotfiles

A minial set of dotfiles, useful as an introduction to vim
https://github.com/captbaritone/workshop-dotfiles

Last synced: 9 months ago
JSON representation

A minial set of dotfiles, useful as an introduction to vim

Awesome Lists containing this project

README

          

A simple set of Dotfiles for use as an introduction to vim. I have included
only configurations that I see as objectively "good".

## Ussage

I recomend you create your own repository from scratch rather than forking this
one. Then, look through the files here and duplicate the lines that look useful
to you.

Your dotfiles should only include configurations that you both understand and
need. I would encourage you to be verbose when commenting. I have tried to give
examples of good comments.

## Install

cd ~/dotfiles
./install.sh

## Resources

- At the commandline type `vimtutor` for a guided tour of vim
- [Your problem with Vim is that you don't grok vi](http://stackoverflow.com/a/1220118/1263117)
- [VimAwesome](http://vimawesome.com/) A beautiful database of popular Vim plugins
- [Coming Home to Vim](http://stevelosh.com/blog/2010/09/coming-home-to-vim/) The canonical intro to vim