https://github.com/kuntoaji/kakdev
Shell script to setup minimal development environment
https://github.com/kuntoaji/kakdev
homebrew mac shell shell-script shell-scripts
Last synced: about 2 months ago
JSON representation
Shell script to setup minimal development environment
- Host: GitHub
- URL: https://github.com/kuntoaji/kakdev
- Owner: kuntoaji
- Created: 2018-05-07T11:38:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T23:39:12.000Z (about 7 years ago)
- Last Synced: 2025-07-31T19:19:22.869Z (11 months ago)
- Topics: homebrew, mac, shell, shell-script, shell-scripts
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kakdev
Shell script to setup minimal development environment
## How To Use
```
# Clone this repository and move to kakdev repository
git clone git@github.com:kuntoaji/kakdev.git
cd kakdev
# Generate SSH Key
./generate_ssh_key.sh myemail@example.com
# Run mac.sh
./mac.sh
```