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
- Host: GitHub
- URL: https://github.com/frankie567/macos-bootstrap
- Owner: frankie567
- License: mit
- Created: 2017-09-05T08:05:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T06:44:28.000Z (almost 6 years ago)
- Last Synced: 2025-08-02T02:55:31.111Z (2 months ago)
- Topics: bash, macos
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```