Set zsh as your login shell:
chsh -s $(which zsh)
Setup a new laptop:
The laptop.local
file in this repo is an extension for ThoutghtBot's laptop setup script. Start there.
Clone onto your laptop:
git clone https://github.com/weilandia/dotfiles.git ~/dotfiles
Install rcm:
brew tap thoughtbot/formulae
brew install rcm
Install the dotfiles:
env RCRC=$HOME/dotfiles/rcrc rcup
After the initial installation, you can run rcup
without the one-time variable
RCRC
being set (rcup
will symlink the repo's rcrc
to ~/.rcrc
for future
runs of rcup
). See
example.
Here's instructions for adding the iTerm2 profile: https://www.iterm2.com/documentation-dynamic-profiles.html