This directory contains the dotfiles for my system
- Clone this repo into you local dotfiles.
# Use SSH (if set up)...
git clone git@github.com:ayala/dotfiles.git ~/.dotfiles
# ...or use HTTPS and switch remotes later.
git clone https://github.com/ayala/dotfiles.git ~/.dotfiles- Setup git.
Let's initialize a Git repo for file versioning and push to Github
cd ~/.dotfiles
git init
git add .
git commit -m "stowed"
git remote add origin git@github.com:ayala/.dotfiles.git
git push -u origin mainEnsure you have the following installed on your system
brew install git- Install GNU stow for symlinked configs
brew install stowFirst, check out the dotfiles repo in your $HOME directory using git
$ git clone git@github.com/ayala/dotfiles.git
$ cd .dotfilesthen use GNU stow to create symlinks
$ stow .info → https://www.youtube.com/watch?v=y6XCebnB9gs&t=54s
- Learn how to use
defaultsto record and restore System Preferences and other macOS configurations.