Skip to content

Commit e56a047

Browse files
author
Bharathkumar
authored
updatge
1 parent 9199286 commit e56a047

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

OSX-Setup/bootstrap.sh

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,4 @@
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

323
echo "Starting bootstrapping"
334

@@ -132,4 +103,4 @@ CASKS=(
132103
vagrant
133104
virtualbox
134105
vlc
135-
)
106+
)

0 commit comments

Comments
 (0)