Skip to content

Latest commit

 

History

History
100 lines (79 loc) · 2.97 KB

README.md

File metadata and controls

100 lines (79 loc) · 2.97 KB

dev-workstation

Setting up an macOS dev workstation 💻 ?

This script can be used to setup a new laptop, however we are also looking to update these scripts so that they are idempotent and can be used to update workstations. Also looking to make it so that supports bash and zsh users.

Note: This has been tested as of macOS High Sierra 10.13.3

Pre-requisites

git clone https://github.com/bold-commerce/dev-workstation.git

Install

./setup

Example output:

this

What do we use?

The installation uses a Brewfile of packages and a few scripts.

Version control

Shell

Terminal

Languages

Editors/IDE

Package managers

Databases

Messaging

Containers

Utilities

Music

Web

  • google-chrome
  • slack

Troubleshooting

To ensure vim works properly with git commit messages, add the following to your .bash_profile or .zshrc:

export EDITOR=vim