Commit graph

79 commits

Author SHA1 Message Date
Garland William Binns III
71a88a265c Added syntactical clarity to instruction to change directory. 2014-03-07 15:58:09 -08:00
Garland William Binns III
fd5732345c Resolves #216 - adds note about ensuring user is in Clone/Fork root before 'brew bundle' is run. 2014-03-07 15:58:09 -08:00
Dan Croak
18e0926a07 Don't assume location of zsh 2014-02-07 23:30:11 -08:00
Adarsh Pandit
6f48e8cd36 Update copyright to 2014 2014-01-27 01:13:49 -08:00
Dan Croak
31b99d9728 Add rbenv shims and trusted binstubs to PATH
Our expected way of managing Rubies is with rbenv:

https://github.com/thoughtbot/laptop/blob/master/common-components/ruby-environment

This commit loads rbenv in `zshrc` as recommended by the rbenv docs:

https://github.com/sstephenson/rbenv#basic-github-checkout

Assuming the binstubs for a project are in the local bin/ directory, we
can even go a step further to add the directory to shell $PATH so that
rspec can be invoked without the bin/ prefix:

    export PATH="./bin:$PATH"

Doing so on a system that other people have write access to (such as a
shared host) is a security risk:

https://github.com/sstephenson/rbenv/issues/309

The `.git/safe` convention addresses the security problem:

https://twitter.com/tpope/status/165631968996900865

This zsh fix may be necessary for OS users in order to fix a bug:

https://github.com/thoughtbot/laptop/blob/master/mac-components/zsh-fix
2014-01-23 14:22:51 -08:00
Gabe Berke-Williams
5920168f02 Correctly link to rcm in README 2014-01-10 16:16:26 -05:00
Gabe Berke-Williams
dbcf831f0f Use Brewfile 2014-01-10 16:05:21 -05:00
Mike Burns
3bc2a98a1b Use rcm instead of ./install.sh
The rcm suite is designed to replace the `./install.sh` script found in
this and many other dotfiles repos across GitHub. By using rcm users can
combine multiple dotfiles repos, tag dotfiles, have host-specific
dotfiles, and other powerful features.

This commit removes `install.sh`, updates the README, adds a post-up
hook that vundles the vim bundles, and adds a `rcrc` configuration that
ignores `README.md` and `LICENSE` and sets the dotfiles directory to
just `dotfiles`.
2013-12-05 10:17:12 +01:00
Dan Croak
6428b765a1 Update Giant Robots blog post URLs in README 2013-11-28 12:01:59 -08:00
Sterling Cobb
b024bdcd3a Allow for a local tmux.config file 2013-08-03 11:14:31 -07:00
David Larrabee
5994cf10eb Adds local configuration file for vim bundles 2013-08-03 10:10:51 -04:00
Sterling Cobb
3fd85abb00 List local files available to override 2013-07-22 21:38:41 -07:00
Dan Croak
fdbd7b5248 Remove "DO NOT EDIT BELOW THIS LINE" convention
It has been superceded by a `.local` suffix convention.
2013-07-08 22:09:44 -07:00
Dan Croak
64e6dfa4c6 Isolate credits to README
Per @mikeburns' suggestion.
2013-06-18 16:47:01 -07:00
Dan Croak
32e79b642f git up alias and git up -i documentation 2013-06-11 14:53:15 -07:00
Dan Croak
cb6170d2f8 Extract dev/staging/prod binaries to parity gem
https://github.com/croaky/parity
2013-05-12 17:38:22 -07:00
Dan Croak
ed2c8ef0bc Fix reference to non-existent file
Link to it for easy access in GitHub.
2013-04-22 21:04:57 -07:00
Chris Hunt
21ca138751 Fix contributors link in README 2013-03-06 11:01:26 -08:00
Dan Croak
734d43c830 Explain what's in dotfiles
* Link to fork/upstream process.
* Remove RVM reference.
* Don't create ~/.README.md in `install.sh` script.
2013-03-06 09:26:56 -08:00
Adarsh Pandit
a63b2ac15c Update copyright year to 2013 2013-01-06 01:24:19 -08:00
Dan Croak
52b2ee106e Document "DO NOT EDIT BELOW THIS LINE" convention 2012-10-21 15:10:47 -07:00
Adarsh Pandit
5476eaf7aa Update README and add MIT-LICENSE
* Update copyright year
* Add Credits section
* Add MIT license file
2012-09-18 23:10:20 -07:00
Dan Croak
87685f1fbf improve documentation to make suggestions about where to put your own customizations 2011-12-07 18:35:29 -05:00
Dan Croak
326ceb44e4 Working hard to make the README instructions extremely clear for newcomers and workshop students. 2011-12-04 18:22:58 -05:00
Dan Croak
c70fca54f3 Adding line about switching to zsh. 2011-08-10 11:32:44 -03:00
Dan Croak
57949f53f9 Better instructions for keeping a fork updated. 2011-05-02 08:33:53 -07:00
Dan Croak
e246ac95f9 'when' instructions 2011-03-24 13:36:59 -04:00
Dan Croak
2f2d20e714 more complete instructions for flow 2011-03-24 13:35:49 -04:00
Dan Croak
36b67fefd4 adding instructions to README for tracking thoughtbot/dotfiles repo 2011-03-24 13:14:28 -04:00