File tree Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- #
3- # (c) 2018, Bharath <[email protected] >4- # This module is part of the automation setup project of new OSX machines
5- # done on the top of the following Gist:
6- #
7- # https://gist.github.com/codeinthehole/26b37efa67041e1307db
8- #
9- # Bootstrap script for setting up a new OSX machine
10- #
11- # This should be idempotent so it can be run multiple times.
12- #
13- # Some apps don't have a cask and so still need to be installed by hand. These
14- # include:
15- #
16- # - Twitter (app store)
17- # - Postgres.app (http://postgresapp.com/)
18- #
19- # Notes:
20- #
21- # - If installing full Xcode, it's better to install that first from the app
22- # store before running the bootstrap script. Otherwise, Homebrew can't access
23- # the Xcode libraries as the agreement hasn't been accepted yet.
24- #
25- # Reading:
26- #
27- # - http://lapwinglabs.com/blog/hacker-guide-to-setting-up-your-mac
28- # - https://gist.github.com/MatthewMueller/e22d9840f9ea2fee4716
29- # - https://news.ycombinator.com/item?id=8402079
30- # - http://notes.jerzygangi.com/the-best-pgp-tutorial-for-mac-os-x-ever/
312
323echo " Starting bootstrapping"
334
@@ -132,4 +103,4 @@ CASKS=(
132103 vagrant
133104 virtualbox
134105 vlc
135- )
106+ )
You can’t perform that action at this time.
0 commit comments