These are my dotfiles/config files. Most of them are inspired by Mathias Bynens
Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Install git:
brew install git
Clone the repository to your Mac:
git clone https://github.com/yanyi/dotfiles.git
cd
to the cloned dotfiles
repository and:
source bootstrap.sh
Run the following to set up the macOS defaults:
./.macos
Run the following to install some Homebrew formulae:
./brew.sh
Run:
source bootstrap.sh