- https://github.com/mathiasbynens/dotfiles
- https://github.com/driesvints/dotfiles
- https://driesvints.com/blog/getting-started-with-dotfiles/
- https://medium.com/@webprolific/getting-started-with-dotfiles-43c3602fd789
- https://github.com/webpro/dotfiles/
- Update macOS to the latest version with the App Store
- Install Xcode from the App Store, open it and accept the license agreement
- Install macOS Command Line Tools by running
xcode-select --install
- Install homebrew (https://brew.sh/)
Copy your public and private SSH keys to ~/.ssh
and make sure they're set to 600
cd; git clone https://github.com/tylerxo/dotfiles.git .dotfiles && cd ~/.dotfiles
source brew.sh
source link.sh
./.macos
After running all of these steps, restart the computer.
Steps outlined here: https://github.com/tj/n#installation
# make cache folder (if missing) and take ownership
sudo mkdir -p /usr/local/n
sudo chown -R $(whoami) /usr/local/n
# take ownership of node install destination folders
sudo chown -R $(whoami) /usr/local/bin /usr/local/lib /usr/local/include /usr/local/share
- When installing a new app, tool or font, try to install it with Homebrew and add it to your Brewfile
- When configuring a new app make sure to run mackup backup to save your preferences
- When changing an macOS setting, try setting it through the .macos file
Following these tips will help keep the dotfiles repo up-to-date, enabling the Mac to be restored more easily.