You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
Clone repo into new hidden directory.
Create symlinks in the Home directory to the real files in the repo. (Be sure to execute this command in \dotfiles)
stow .
Install Homebrew, followed by the software listed in the Brewfile.
# These could also be in an install script.# Install Homebrew# Then pass in the Brewfile location...
brew bundle --file ~/.dotfiles/Brewfile
# ...or move to the directory first.cd~/.dotfiles && brew bundle
TODO List
tidy up Brewfile (remove unused packages/dependencies)