Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sb2nov/mac-setup
Installing Development environment on macOS
https://github.com/sb2nov/mac-setup
fresh-installs gitbook guide guidebook hacktoberfest install installation mac mac-osx macos setup
Last synced: about 19 hours ago
JSON representation
Installing Development environment on macOS
- Host: GitHub
- URL: https://github.com/sb2nov/mac-setup
- Owner: sb2nov
- License: other
- Created: 2013-07-01T14:57:31.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T06:12:14.000Z (8 months ago)
- Last Synced: 2024-10-29T15:38:53.580Z (about 1 month ago)
- Topics: fresh-installs, gitbook, guide, guidebook, hacktoberfest, install, installation, mac, mac-osx, macos, setup
- Language: Shell
- Homepage: https://sourabhbajaj.com/mac-setup/
- Size: 10.8 MB
- Stars: 7,187
- Watchers: 257
- Forks: 1,018
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: Security/README.md
Awesome Lists containing this project
- favorite-link - 在 macOS 上安装开发环境。
- awesome-starred-test - sb2nov/mac-setup - Installing Development environment on macOS (Shell)
- starred-awesome - mac-setup - Installing Development environment on macOS (Shell)
- awesome-hacking-lists - sb2nov/mac-setup - Installing Development environment on macOS (Shell)
README
# [macOS Setup Guide](https://sourabhbajaj.com/mac-setup)
[![Test](https://github.com/sb2nov/mac-setup/workflows/Test/badge.svg)](https://github.com/sb2nov/mac-setup/actions?query=workflow%3ATest) [![Links](https://github.com/sb2nov/mac-setup/workflows/Links/badge.svg)](https://github.com/sb2nov/mac-setup/actions?query=workflow%3ALinks)
This guide covers the basics of setting up a development environment on a new
Mac. Whether you are an experienced programmer or not, this guide is intended
for everyone to use as a reference for setting up your environment or
installing languages/libraries.[![Screen](https://raw.githubusercontent.com/sb2nov/mac-setup/main/assets/intro.gif)](https://raw.githubusercontent.com/sb2nov/mac-setup/main/assets/intro.gif)
Some environments we will set up are [Node](https://nodejs.org)
(JavaScript), [Python](https://www.python.org),
[C++](http://www.cplusplus.com) and [Ruby](https://www.ruby-lang.org).
Even if you don't program in all of them, they are useful to have as many
command-line tools rely on them. We'll also show you some useful daily use
applications. As you read and follow these steps, feel free to post any
feedback or comments you may have.## Contributing to the guide
All contributions to the guide are welcome. Please help add support for other
libraries and languages. To make a contribution please use our [contribution
template](https://github.com/sb2nov/mac-setup/blob/main/.github/CONTRIBUTION_TEMPLATE.md).**We're looking for more contributors to maintain and extend the
documentation.**-------------------------------------------------------------------------------
This guide is [MIT
licensed](https://github.com/sb2nov/mac-setup/blob/main/LICENSE) and has been
generated using [GitBook](https://www.gitbook.com/). Feel free to contribute or
create new issues on [GitHub](https://github.com/sb2nov/mac-setup/issues).