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.
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
brew install --cask google-chrome dropbox 1password alfred qlstephen
brew install --cask divvy vlc sketch figma iterm2 dash sublime-text appcleaner slack bartender the-unarchiver virtualbox kaleidoscope
brew install --cask spotify tunnelblick
- Fork the repository on Github
- Create a named feature branch (i.e.
gitignore-addons
) - Write you change
- Submit a Pull Request
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.
This project is © Agendrix. It is free software and may be redistributed under the terms specified in the LICENSE file.