Yosemite: Difference between revisions
From charlesreid1
No edit summary |
|||
| Line 5: | Line 5: | ||
==Programs== | ==Programs== | ||
* epic privacy browser | Programs installed on Yosemite: | ||
* homebrew | * <s>epic privacy browser</s> | ||
* OS X command line tools (installed with homebrew) | * <s>homebrew</s> | ||
* git | * <s>OS X command line tools (installed with homebrew)</s> | ||
* iterm2 | * <s>git</s> | ||
* cathode | * <s>iterm2</s> | ||
* python 3 | * <s>cathode</s> | ||
* python 2 | * <s>python 3</s> | ||
* quicksilver | * <s>python 2</s> | ||
* macvim | * <s>quicksilver</s> | ||
* vlc | * <s>macvim</s> | ||
* <s>vlc</s> | |||
* <s>tunnelblick</s> | |||
That's it for now. Gotta get moving. More later. | |||
===Homebrew=== | |||
Things to install with homebrew: | |||
* openssl | |||
* GPG | |||
===Pip Install=== | |||
All the pip stuff. | |||
==Dotfiles== | ==Dotfiles== | ||
Revision as of 07:12, 7 August 2015
Notes on getting set up after a fresh install of OS X Yosemite.
Mac
Programs
Programs installed on Yosemite:
epic privacy browserhomebrewOS X command line tools (installed with homebrew)gititerm2cathodepython 3python 2quicksilvermacvimvlctunnelblick
That's it for now. Gotta get moving. More later.
Homebrew
Things to install with homebrew:
- openssl
- GPG
Pip Install
All the pip stuff.
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*