https://github.com/sixteenbit/macos-setup
Personal mac provisioner
https://github.com/sixteenbit/macos-setup
mac macox osx provisioning
Last synced: 22 days ago
JSON representation
Personal mac provisioner
- Host: GitHub
- URL: https://github.com/sixteenbit/macos-setup
- Owner: sixteenbit
- Created: 2017-09-22T19:46:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T15:24:21.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T08:15:38.556Z (3 months ago)
- Topics: mac, macox, osx, provisioning
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mac Setup
## Create bootable macOS thumbdrive
I like to use [macOS Patcher](http://dosdude1.com/catalina/)
## Bootstrap your machine
Download all the files to your home directory.
```bash
cd ~; curl -#L https://github.com/sixteenbit/mac-setup/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh}
```## Usage
Everything is optional and should be tweaked to your personal needs.
```bash
cd ~/# Checks for Apple updates and Xcode Command Line Tools
./osxprep.sh# Install specified apps and software with Homebrew.sh
./brew.sh# Install web development specific tools
./webdev.sh
```## Apps
[brew.sh](https://brew.sh/) [handles application installs](https://github.com/sixteenbit/mac-setup/blob/master/apps.sh) for the most part, but there are a few apps I like getting from the source (or isn't available through brew).
### Development
* [Firefox](https://www.mozilla.org/en-US/firefox/new/)
* [PhpStorm](https://www.jetbrains.com/phpstorm/download/#section=mac)
* [iTerm2](https://iterm2.com/downloads.html)
* [Atom](https://atom.io/download/mac)
* [Transmit](https://panic.com/download/transmit/Transmit-5-Latest.zip)
* [Adobe Creative Cloud](https://creativecloud.adobe.com/apps/all/desktop#)
* [DevDesktop](https://dev.acquia.com/downloads)
* [SourceTree](https://www.sourcetreeapp.com/)### Utilities
* [Bitwarden](https://bitwarden.com/download/)
* [Resilio Sync](https://download-cdn.resilio.com/stable/osx/Resilio-Sync.dmg)
* [Sip](https://sipapp.io/updates/)
* [Alfred](https://www.alfredapp.com/)
* [Karabiner](https://karabiner-elements.pqrs.org/)
* [Spotify](https://download.scdn.co/SpotifyInstaller.zip)
* [Droplr](https://files.droplr.com/apps/mac-current)
* [The Unarchiver](https://macpaw.com/the-unarchiver)
* [Rectangle](https://rectangleapp.com/)### Chat
* [Slack](https://slack.com/ssb/download-osx)
* [Discord](https://discord.com/api/download?platform=osx)
* [Zoom](https://zoom.us/download)### 3D Printing
* [Prusa Slicer](https://github.com/prusa3d/PrusaSlicer/releases)
* [Fusion 360](https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Client%20Downloader.dmg)