Hydramus / osx-setup

Setup OS X with Homebrew, Cask, Node, npm, Gulp and a lot of other goodies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.0 from Hydramus

This version is a fork from the original from https://github.com/danielsaidi/osx

This has some new commands and also a build on the brew list to help cater to my stuff.

This is mostly written in bash and should be easily readable and easily adaptable to any mac device.

There may be the odd script that is hanging around from someone else but that is mostly for easy of use at the moment when deploying. Thanks to those developers! I should really be pulling and running latest versions of those said scripts in later versions


OS X Setup Script

This repository contains scripts that can be used to setup a brand new MacBook within minutes. It applies OSX settings, installs applications and npm packages and can even configure your SSH keys.

How to use it

To trigger the main setup script, run ./setup.sh. This will take you to the main menu, where all available setup options are presented. You can also type ./setup.sh [OPTION] to trigger a specific setup script.

Once you run the system script, you get access to amazing tools like Homebrew, Homebrew-Cask, Brew Bundle, RubyGems, NPM etc. You will then be able to use Brewfile and Gemfile to manage packages.

Brewfile

Brewfile is used to specify which packages and applications you want to install with Homebrew and Homebrew Cask. You can update packages in this file by running the system script and selecting brew, or simply just run brew bundle from the terminal.

Gemfile

Gemfile is used to handle packages you want to install with RubyGems. You can update packages in this file, by running the system script and selecting gem, or simply just run bundle install from the terminal.

NPM

I use Node and npm to install web development software, as well as tools that I use for hybrid app development. However, since these libs are global, I manage these installations from scripts/npm.sh instead of a package.json file.

Terminal

For now, this repo contains a .zshrc file, that can be copied to ~/ and enables stuff like git autocomplete. It will also set git to apply English as standard language, which is nice for locales where Apple do apply that locale to git.

Author

Daniel Saidi, daniel.saidi@gmail.com

About

Setup OS X with Homebrew, Cask, Node, npm, Gulp and a lot of other goodies.


Languages

Language:Shell 94.8%Language:Ruby 5.2%