Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 1.54 KB

README.md

File metadata and controls

52 lines (44 loc) · 1.54 KB

mac

A curated list of utilities we use on mac. This guide will help you to set up your development environment.

First things first

  1. Chrome
  2. Brave

Communication

  1. Slack
  2. Discord
  3. Chat
  4. Zoom

Database

  1. TablePlus
  2. DB Ngin
  3. Sequel Pro

Terminal

  1. iTerm OS 10.14+
  2. Hyper
  3. Oh My ZSH
    • Using Wget
      sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
    • Using Curl
      sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  4. Powerlevel 10k

Developer Tools

  1. Postman
  2. VS Code
  3. Sublime Text

Development Environment

  1. Laravel Herd
  2. MAMP
  3. Docker

Commands

  1. XCode command line utilities
    xcode-select install
  2. Valet
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"