Some of my config files.
I manage them with rcm: http://robots.thoughtbot.com/rcm-for-rc-files-in-dotfiles-repos
I'm testing out multiple-repo management via repo. To get started (mostly a reference for me), run:
- Install repo:
curl http://git-repo.googlecode.com/files/repo-1.13 > ~/bin/repo
chmod a+x ~/bin/repo
mkdir .dotfiles
cd .dotfiles
repo init -u https://github.com/joerocklin/dot_files.git -b manifest
repo sync
repo forall -p -v -c 'git submodule update --init'
./rcm-install.sh
cd
rcup rcrc
rcup -v
(optionally with-t siemens
included)
Not sure if my current directory layout makes sense - I have almost not experience with repo at this point, so don't think this is in any way a best practice.