YannickGagnon / laptop

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

Home Page:https://www.agendrix.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Brew cask

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

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.

About

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

https://www.agendrix.com

License:MIT License


Languages

Language:Shell 100.0%