/laptop

Primary LanguageShellMIT LicenseMIT

Laptop Setup

Inspired by thoughtbot/laptop

🍏 Mac OS

Bootable Installer

Here is a guide on how to create a bootable installer for MacOS => link

Admin Setup

Login to your root account and run

curl --remote-name https://raw.githubusercontent.com/bjrbhre/laptop/master/scripts/admin_setup.sh
bash admin_setup.sh

User Setup

Login as user (with admin privileges) and run

[ -d laptop ] || git clone git@github.com:bjrbhre/laptop.git
[ -d .dotfiles ] || ln -s laptop/dotfiles .dotfiles
./laptop/scripts/user_setup.sh
./laptop/brew/defaults.sh
./laptop/scripts/macos_preferences_setup.sh