A repository for configuring a new MacBook Pro with development tools.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project was developed inorder to help expedite the provisioning of development tools and configurations.
Inorder to get started you will need to have a newly provisioned macOS. This has been tested on a MacBook Pro (Intel) with Monterey version 12.2.
You should review the scripts to understand what the configurations are providing. You can toggle tools and configurations on and offf using boolean values (true, false).
install.shbash ./setup-scripts/install-kubectl.sh "false"
- Get a free GitHub account at https://github.com/
- Clone the repo
git clone https://github.com/certifiedcloudarchitect/macos-config.git
- Install the tools and configurations
source install.sh - Enter a new password when prompted for new SSH and GPG key.
- Your public keys will be printed to the console at the end of the process for use with GitHub.
- You will need to reboot the OS.
- Once the OS has been rebooted you need to run the
post-install.shscript in the setup-scripts folder to complete the configurations.source post-install.sh
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
- Provision standard toolset
- Provision additional macOS settings
- Add additonal tools and configurations
- Visual Studio Code configurations
- Machine Learning toolsets
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/certifiedcloudarchitect/macos-config