/laptop

A shell script to set up a macOS laptop for web and mobile development.

Primary LanguageShellMIT LicenseMIT

Agendrix laptop

Laptop is a script to set up an macOS laptop for web and mobile development.

It can be run multiple times on the same machine safely. It installs, upgrades, or skips packages based on what is already installed on the machine.

This project is based on Thoughtbot's laptop script available here.

Install

Download the script:

curl --remote-name https://raw.githubusercontent.com/agendrix/laptop/master/mac

Review the script (avoid running scripts you haven't read!):

less mac

Execute the downloaded script:

sh mac 2>&1 | tee ~/laptop.log

Optionally, review the log:

less ~/laptop.log

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. gitignore-addons)
  3. Write you change
  4. Submit a Pull Request

About

agendrix logo

Agendrix is a team of passionate on a mission to create more pleasant and productive workplaces with innovative software, an exceptional team and unparalleled customer service.

License

This project is © Agendrix. It is free software and may be redistributed under the terms specified in the LICENSE file.