My new and improved system configuration for macOS and Linux
Create an appropriate rcm configuration file at ~/.rcrc, for example:
DOTFILES_DIRS="~/src/csutter/dotfiles ~/src/csutter/dotfiles-private"
EXCLUDES="README.md"
TAGS="macos"
HOSTNAME="set-to-device-name"Install Homebrew, then bootstrap local dependencies (including rcm) and set up
dotfiles:
export PATH="/opt/homebrew/bin:$PATH"
brew bundle --file=~/src/csutter/dotfiles/tag-macos/config/Brewfile
rcup -vfMy personal-setup devcontainer feature automatically sets up any
devcontainer-specific dotfiles by using the rcrc file in the tag-devcontainer tag.