- This is the macOS version of my dotfiles (Linux version here).
- This setup is heavily based on the popular mathias's dotfiles.
- I maintain this repo as my dotfiles.
Clone the repository wherever you want. Then to update, cd into your local dotfiles repository and then:
source bootstrap.shAlternatively, to update while avoiding the confirmation prompt:
set -- -f; source bootstrap.shIf ~/.extra exists, it will be sourced along with the other files. In my ~/.extra I have some personal details, like my Git credentials.
When setting up a new Mac, you may want to set some sensible macOS defaults:
./.macosRight now there isn't too much in my .macos file. I will update it day by day.
When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):
./brew.shJust run:
./install-deps.shThis will install z and p. And it will install commonly used npm deps.