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

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

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
```