abnamrocoesd / macbook-provisioning

Macbook provisioning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macbook Provisioning

Automate your macOS Configuration by using Brewfile

Getting started

Install Homebrew

./homebrew.sh

Install packages

Customize the Brewfile where needed.

brew bundle

Install Atom packages

apm install --packages-file atom-package-list.txt

Install pip packages

pip install -r requirements.txt

Install NPM packages

npm install -g

Install Ruby Gems

bundle install

Bash Aliases

Include the following line in ~/.bash_profile .

if [ -f "$HOME/aliases.bash.inc" ]; then . "$HOME/aliases.bash.inc"; fi

Copy aliases.bash.inc to your home directory using the following command.

cp aliases.bash.inc ~/

About

Macbook provisioning


Languages

Language:Ruby 48.6%Language:Shell 40.0%Language:PHP 11.4%