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
- Host: GitHub
- URL: https://github.com/aaronrenner/dotfiles-old
- Owner: aaronrenner
- Created: 2012-10-13T05:59:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T15:59:37.000Z (over 11 years ago)
- Last Synced: 2025-03-12T18:45:08.366Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 199 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/]