8000 GitHub - WestNorthern/dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

WestNorthern/dotfiles

 
 

Repository files navigation

Adam Hutchison’s Dot Files

These are config files to set up a system the way I like it. They are heavily inspired by Ryan Bates’ Dot Files (github.com/ryanb/dotfiles)

Installation

git clone git://github.com/liveh2o/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install

Environment

I am running on Mac OS X, but it will likely work on Linux as well with minor fiddling.

Features

Tab completion is available for rake and cap commands:

rake db:mi<tab>
cap de<tab>

To speed things up, the results are cached in local .rake_tasks~ and .cap_tasks~. It is smart enough to expire the cache automatically in most cases, but you can simply remove the files to flush the cache.

If you’re using git, you’ll notice the current branch name shows up in the prompt while in a git repository.

If there are some shell configuration settings which you want secure or specific to one system, place it into a ~/.localrc file. This will be loaded automatically if it exists.

If you’re using RVM, it’s automatically loaded as well.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.3%
  • Ruby 8.3%
  • Other 1.4%
0