- You are using
zsh
git clone git@github.com/aramprice/dotfiles "${HOME}/workspace/dotfiles"
cd ~/workspace/dotfiles && ./setup
This will:
- Install Homebrew (see: https://brew.sh/)
- Converge the
Brewfile
(see: https://github.com/Homebrew/homebrew-bundle) - Symlink the content of
dotfiles/
to${HOME}
(see: https://github.com/thoughtbot/rcm)
Before creating symlinks rcup
will do the following:
- Create a
${HOME}/.gitconfig
which sources${HOME}/.config/git/config-include
- Make permissions on
/usr/local/share
amenable tozsh compinit
Optional. Set some macOS, and App settings, see macos_setup
for details.
source "${HOME}/.profile" && macos_setup