./bin/setup-macos.sh riker kn5000.local Brewfile.minimalAny file which matches the shell glob _* will be linked into $HOME as a symlink with the first _ replaced with a .
For example:
_bashrcbecomes
${HOME}/.bashrcI've extended the install.sh script to handle .config directory, too. Just create a directory named _config and add files or directories in this directory. Everything inside _config will be symlinked to .config.
There is a Brewfile generated from/for Homebrew Bundle as described at Thoughtbot's blog.
brew bundle dump --describe --force --verbose --file FILE