tmbtech / dev-workstation

Setting up a dev workstation, one developer at a time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Setting up a dev workstation, one developer at a time


Languages

Language:Shell 58.5%Language:Ruby 41.5%