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
- Host: GitHub
- URL: https://github.com/jukbot/setup-my-mac
- Owner: jukbot
- Created: 2025-09-01T07:42:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T13:00:08.000Z (10 months ago)
- Last Synced: 2025-09-01T15:06:26.988Z (10 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```