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
- Host: GitHub
- URL: https://github.com/coloredcow/mac
- Owner: ColoredCow
- License: mit
- Created: 2021-10-01T07:30:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T13:32:56.000Z (8 months ago)
- Last Synced: 2025-01-03T03:32:17.083Z (5 months ago)
- Size: 11.7 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)"
```