An open API service indexing awesome lists of open source software.

https://github.com/coloredcow/mac

Utilities to install on your mac
https://github.com/coloredcow/mac

Last synced: 3 months ago
JSON representation

Utilities to install on your mac

Awesome Lists containing this project

README

        

# 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](https://www.google.com/chrome/)
2. [Brave](https://brave.com/download/)

### Communication
1. [Slack](https://slack.com/intl/en-in/downloads/mac)
2. [Discord](https://discord.com/download)
3. [Chat](https://chat.google.com)
4. [Zoom](https://zoom.us/support/download?os=mac)

### Database
1. [TablePlus](https://tableplus.com/download)
2. [DB Ngin](https://dbngin.com/)
3. [Sequel Pro](https://sequelpro.com/download)

### Terminal
1. [iTerm OS 10.14+](https://iterm2.com/downloads.html)
2. [Hyper](https://hyper.is/)
3. Oh My ZSH
- Using Wget
```sh
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
```
- Using Curl
```sh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
4. [Powerlevel 10k](https://github.com/romkatv/powerlevel10k)

### Developer Tools
1. [Postman](https://www.postman.com/downloads/)
2. [VS Code](https://code.visualstudio.com/download)
3. [Sublime Text](https://www.sublimetext.com/download)

### Development Environment
1. [Laravel Herd](https://herd.laravel.com/)
2. [MAMP](https://www.mamp.info/en/mamp/mac/)
3. [Docker](https://docs.docker.com/desktop/mac/install/)

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