This script will install everything you need to start developing on a Mac laptop.
Download the script:
curl --remote-name https://raw.githubusercontent.com/tracehelms/laptop/master/setup_laptop
Run the script:
sh setup_laptop 2>&1 | tee ~/laptop.log
Optionally, review the log:
less ~/laptop.log
- Homebrew
- AWS CLI
- Watchman
- Diff-so-fancy
- asdf language version manager
- Erlang
- Elixir
- Node.js
- Ruby
- Rust
- Python 3
- Postgres
- Redis
- Neovim
- Vundle
- fzf
Optionally, install my dotfiles also.