Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 867 Bytes

File metadata and controls

28 lines (23 loc) · 867 Bytes

dotfiles

My new and improved system configuration for macOS and Linux

Initial configuration

macOS

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 -vf

devcontainer

My personal-setup devcontainer feature automatically sets up any devcontainer-specific dotfiles by using the rcrc file in the tag-devcontainer tag.