https://github.com/hansohn/osx-setup
An OSX setup script for DevOps Engineers
https://github.com/hansohn/osx-setup
osx osx-dotfiles osx-setup
Last synced: 3 months ago
JSON representation
An OSX setup script for DevOps Engineers
- Host: GitHub
- URL: https://github.com/hansohn/osx-setup
- Owner: hansohn
- License: mit
- Created: 2015-03-01T01:50:35.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T16:49:14.000Z (about 1 year ago)
- Last Synced: 2025-04-23T17:46:50.308Z (about 1 year ago)
- Topics: osx, osx-dotfiles, osx-setup
- Language: Shell
- Homepage:
- Size: 490 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# osx-setup
Welcome to my [osx-setup](https://github.com/hansohn/osx-setup). I am a DevOps Engineer by trade and this repo reflects the various tools I use on a daily basis. As with most osx-setup repos, this is a continuous work in progress and is updated as the systems and applications I work on evolve or my tool preferences change.
Whats Included
--------------
### Applications
This script will install and configure the following applications:
- [adobe reader](https://get.adobe.com/reader/?promoid=KLXME)
- [aerial](https://github.com/JohnCoates/Aerial)
- [anaconda](https://www.anaconda.com/)
- [apache-directory-studio](https://directory.apache.org/studio/)
- [appcleaner](https://freemacsoft.net/appcleaner/)
- [atom](https://atom.io/)
- [awscli](https://aws.amazon.com/cli/)
- [caffeine](http://lightheadsw.com/caffeine/)
- [chefdk](https://downloads.chef.io/chef-dk/)
- [curl](https://curl.haxx.se/)
- [docker](https://www.docker.com/docker-mac)
- [dropbox](https://www.dropbox.com/)
- [firefox](https://www.mozilla.org/en-US/firefox/products/)
- [flux](https://justgetflux.com/)
- [git](https://git-scm.com/)
- [go](https://golang.org/)
- [google chrome](https://www.google.com/chrome/browser/desktop/index.html)
- [google drive](https://www.google.com/drive/)
- [hadoop](http://hadoop.apache.org/)
- [homebrew](http://brew.sh/)
- [intellij-idea-ce](https://www.jetbrains.com/idea/)
- [iterm2](https://www.iterm2.com/)
- [java](https://java.com/en/download/)
- [jq](https://stedolan.github.io/jq/)
- [meld](http://meldmerge.org/)
- [nodejs](https://nodejs.org/en/)
- [openssl](https://www.openssl.org/)
- [packer](https://www.packer.io/)
- [postman](https://www.getpostman.com/)
- [pycharm-ce](https://www.jetbrains.com/pycharm/)
- [python](https://www.python.org/)
- [ruby](https://www.ruby-lang.org/en/)
- [sbt](https://www.scala-sbt.org/)
- [spectacle](https://www.spectacleapp.com/)
- [spotify](https://www.spotify.com/us/)
- [slack](https://slack.com/)
- [transmission](http://www.transmissionbt.com/)
- [vagrant](https://www.vagrantup.com/)
- [vim](http://www.vim.org/)
- [virtualbox](https://www.virtualbox.org/)
- [wget](http://www.gnu.org/software/wget/)
- [wireshark](https://www.wireshark.org/)
### Color Palettes
- [solarized](http://ethanschoonover.com/solarized)
Prerequisites
-------------
[Command line Tools for Xcode](https://developer.apple.com/xcode/) are required by [Homebrew](https://brew.sh/) and various other applications. You can install them using the commands below or let Homebrew install them for you during its installation process.
```bash
# install xcode tools
$ xcode-select --install
```
Installation
------------
You will need Administrator level permissions to complete this setup. Enjoy!
```bash
# clone the repo
$ git clone https://github.com/hansohn/osx-setup.git
# execute the installer
$ osx-setup/bootstrap.sh
```