From charlesreid1

No edit summary
No edit summary
Line 1: Line 1:
Notes on getting set up after a fresh install of OS X Yosemite.
Notes on getting set up after a fresh install of OS X Yosemite.


=Programs=
=Mac=
 
==Programs==


* epic privacy browser
* epic privacy browser
Line 17: Line 19:
and that's enough for now. I gotta get moving.
and that's enough for now. I gotta get moving.


=Dotfiles=
==Dotfiles==


Yargwid.
Yargwid.
=Linux=
I wanted to make a [[Dual_Boot_Kali_on_OS_X|Dual Boot of Kali Linux on OS X]]. This required setting up a couple of things.
==Partition Disk==
The first thing I did was to partition my disk. I split my 250 GB hard drive into a 100 GB portion for Mac, 100 GB portion for Linux, and a 50 GB portion that is shared between the two.
==Install rEFInd==
Ran this
<pre>
$ curl -s -L http://sourceforge.net/projects/refind/files/0.8.3/refind-bin-0.8.3.zip -o refind.zip
$ unzip refind.zip
$ cd refind-bin*
</pre>

Revision as of 07:06, 7 August 2015

Notes on getting set up after a fresh install of OS X Yosemite.

Mac

Programs

  • epic privacy browser
  • homebrew
  • OS X command line tools (installed with homebrew)
  • git
  • iterm2
  • cathode
  • python 3
  • python 2
  • quicksilver
  • macvim
  • vlc

and that's enough for now. I gotta get moving.

Dotfiles

Yargwid.

Linux

I wanted to make a Dual Boot of Kali Linux on OS X. This required setting up a couple of things.

Partition Disk

The first thing I did was to partition my disk. I split my 250 GB hard drive into a 100 GB portion for Mac, 100 GB portion for Linux, and a 50 GB portion that is shared between the two.

Install rEFInd

Ran this

$ curl -s -L http://sourceforge.net/projects/refind/files/0.8.3/refind-bin-0.8.3.zip -o refind.zip
$ unzip refind.zip
$ cd refind-bin*