This repository helps me set up and maintain my Mac. It takes the effort out of installing manually.
This repository will install Homebrew (if not already installed), common Homebrew recipes (ie. awscli and terraform), and symlink configuration files where needed for common tools I use (ie. bash and vim).
- Open Terminal
- Clone this repository and
cd
into it.
$ git clone https://github.com/kevinmartin/dotfiles.git ~/Development/kevinmartin/dotfiles && cd $_
- Install by running the
./install.sh
script.
Some Quicklook plugins require some extra setup due to recent security measures in macOS.
For each plugin that returns an error, you may need to run:
$ xattr -cr ~/Library/QuickLook/[plugin name].qlgenerator
$ qlmanage -r
$ qlmanage -r cache
Then relaunch Finder (Option + Right-Click Finder > Relaunch).
Once iTerm2 and Homebrew recipes are installed, change the font in iTerm2 to take advantage of the Powerline fonts.
Profiles > Text > Font > Meslo
Pull down the latest changes and re-run ./install.sh
from the repository directory. All commands in the install script should be idempotent.