Commit graph

9 commits

Author SHA1 Message Date
burnettk
fd342fdeed markdown files probably never need to be symlinked, and this adds CODE_OF_CONDUCT.md 2022-03-29 14:15:46 -04:00
Joe Ferris
56d614f806
Initialize new repositories with a main branch
New Git repositories start out without any branches, but the HEAD
reference points to "master" by default. This means that the first
commit will create a master branch.

This change adds a HEAD file to the Git template with a different ref.
This means that new repositories will commit to a "main" branch by
default instead.

The HEAD file is added to COPY_ALWAYS, because Git's HEAD must be a
regular file and not a symbolic link.
2020-06-19 14:08:12 -04:00
Nhut Duong
e52c274215 Use exclude pattern with RCRC variable 2017-10-05 21:19:05 +07:00
Nhut Duong
a6a572d328 Exclude README in Spanish with RCRC variable 2017-10-05 10:22:36 +07:00
Mike Coutermarsh
cf10a8358f Updating readme to use thoughtbot/formulae
Brew bundle is deprecated. fixes #309
Removes Brewfile, no longer needed
2014-10-22 08:54:13 -07:00
Geoff Harcourt
8c77a89bc3 Personal files take precedence over stock files
* First directory listed in .rcrc takes precedence
* We want local config to override general config
2014-04-10 09:57:04 -04:00
Joe Ferris
62a2b5eb8f Also look for dotfiles-local
While trying out the approach outlined in Croaky's latest [blog post], I
realized that running `rcup` would not also pull updates from my local
extensions. If you clone your extensions as `dotfiles-local`, this
update will pick them up.

Non-existent directories are ignored by rcup, so it won't cause issues
if you don't have `dotfiles-local`.

[blog post]: http://robots.thoughtbot.com/manage-team-and-personal-dotfiles-together-with-rcm
2014-04-02 11:25:38 -04:00
Dan Croak
1d590d78aa Exclude Brewfile
It is project-specific, not intended for machine configuration.
2014-03-14 14:01:42 -07: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