Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r00k/dotfiles
config files for zsh, bash, completions, gem, git, irb, rails, vim
https://github.com/r00k/dotfiles
Last synced: 3 months ago
JSON representation
config files for zsh, bash, completions, gem, git, irb, rails, vim
- Host: GitHub
- URL: https://github.com/r00k/dotfiles
- Owner: r00k
- License: mit
- Fork: true (ryanb/dotfiles)
- Created: 2009-07-10T14:31:40.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T16:06:18.000Z (4 months ago)
- Last Synced: 2024-07-10T19:26:32.921Z (4 months ago)
- Language: Vim Script
- Homepage:
- Size: 1.16 MB
- Stars: 751
- Watchers: 60
- Forks: 89
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ben Orenstein's dot files
These are config files to set up a system the way I like it.
Vim-users will likely find useful stuff in my [vimrc](vimrc), and also my [Ruby snippets](vim/snippets/ruby.snippets).
I'm also a pretty aggressive aliaser. You might find a few you like in [zsh/aliases](zsh/aliases).
## Installation
`git clone git://github.com/r00k/dotfiles ~/.dotfiles`
`cd ~/.dotfiles`
`rake install`Vim plugins are managed through vundle. You'll need to install vundle to get them.
`git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
Run :BundleInstall in vim.
## MoreYou can [follow me on Twitter](https://twitter.com/r00k).