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

https://github.com/aaronrenner/dotfiles-old

My OLD personal dotfiles
https://github.com/aaronrenner/dotfiles-old

Last synced: 4 months ago
JSON representation

My OLD personal dotfiles

Awesome Lists containing this project

README

          

Aaron Renner's Dot Files
========================

These are the files I use in my development environment. This is definitely a work in progress.

Installation Instructions
-------------------------

sudo apt-get install exuberant-ctags ack-grep

cd dotfiles
rake install

Updating Vundle
---------------

```
$ git submodule foreach git pull origin master
```

Credits
-------

* https://github.com/ryanb/dotfiles
* http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/

Good tutorial on ZenCoding: [http://coding.smashingmagazine.com/2013/03/26/goodbye-zen-coding-hello-emmet/]