Skip to content

spencerroan/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spencer Roan’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) via liveh2o github.com/liveh2o/dotfiles

Installation

git clone git://github.com/spencerroan/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.

Gitignore

to make a global gitignore create the file normally and run: git config –global core.excludesfile ~/.gitignore

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 89.1%
  • Ruby 9.9%
  • Vim Script 1.0%