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

https://github.com/frankie567/macos-bootstrap

Script to setup a nice developer environment on macOS
https://github.com/frankie567/macos-bootstrap

bash macos

Last synced: about 1 month ago
JSON representation

Script to setup a nice developer environment on macOS

Awesome Lists containing this project

README

          

# macos-bootstrap

Script to setup a nice developer environment on macOS:

* Install Brew 🍺
* Install latest Git
* Install `pyenv` Python version manager and setup Python 3.7 by default
* Install `nvm` NodeJS version manager ans setup latest NodeJS by default
* Install `httpie` and `jq` utilities
* Install Visual Studio Code editor
* Install Google Chrome
* Put a nice default `.bash_profile` with:
* Finder and VS Code CLI shortcuts
* Custom Git PS1
* Put a nice `.inputrc` allowing you to do history backward search
* Generate a SSH key

## Usage

```bash
curl -o- https://raw.githubusercontent.com/frankie567/macos-bootstrap/master/macos-bootstrap.sh | bash
```