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

https://github.com/jukbot/setup-my-mac

Shell script for setup my mac
https://github.com/jukbot/setup-my-mac

Last synced: 10 months ago
JSON representation

Shell script for setup my mac

Awesome Lists containing this project

README

          

# setup-my-mac

## Step 1 Setup Shell and homebrew

```sh
chmod +x ./initial-my-mac.sh
./initial-my-mac.sh
```

## Step 2 Apply shell config

```sh
source ~/.zshrc
```

## Step 3 Install tool and softwares

```sh
chmod +x ./install-tools.sh
./install-tools.sh
```