bootstraps your developer arsenal
- if OSX:
- homebrew with cask
- fundamental OSX apps: github, hyper term, etc. check /brew/Brewfile)
- atom, with some fundamental packages (check /atom/AtomPackageFile)
- oh my zsh
First-time setup:
# first-time setup
git clone https://github.com/benjamine/paracas.git
cd paracas
make
# or get only specific sections (check Makefile):
make git
And to get updates:
git pull && make
Note: scripts are idempotent and "re-run efficient", so feel free to run this as often as desired.