# Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install Homebrew Bundle
brew tap Homebrew/bundle
# Clone dotfiles repository
git clone git@github.com:Phixiys/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
# Install brew dependencies
brew bundleAfter that, cd into the directories and run the install scripts.
Supported natively in macOS since Sierra 10.12.1, change in System Settings > Modifier Keys...
Add NOPASSWD: in /etc/sudoers, e.g.
root ALL = (ALL) NOPASSWD: ALL