/macPro

Shell to automate installing and setup my own personal systems on MacBook Pro

Primary LanguageShellMIT LicenseMIT

Script to Setup MacBook Pro

Build Status FOSSA Status

This is just a simple bash shell script I use to automate installing and setup my own personal systems on MacBook Pro, with some options to customize the install a bit.

This hasn't been extensively tested (yet), and is tailored to the particular setup I prefer, which might not necessarily be what you prefer, so please read through the script before installing.

If you improve this script in any way, or have any suggestions, please don't hesitate to let me know. Though, I'm not trying to turn this into a universal installer.

Technology Stack

Process Guide

1. Upgrade your mac to the latest macOS

  • Here’s how to find out which OS version you’re running now:

    I. Click Apple icon in the top left corner.
    II. Choose About this Mac.
    III. There you have it, in capital letters.

2. Clone the repository

$ git clone git@github.com:malrefai/macPro.git <YOUR_PROJECT_DIR>
$ cd <YOUR_PROJECT_DIR>

3. Make script executable

$ chmod +x setupMacPro.sh

4. Run the script

$ ./setupMacPro.sh

5. Reboot

$ sudo shutdown -r now "Rebooting Now"

Notes

The script will add some hidden files to your home directory, and will add the needed variables and PATH expansion. In additonal will create some aliases.

Copyright

Copyright (c) 2018 Moh'd Alrefai. See LICENSE.txt for further details.

License

FOSSA Status