Skip to content

Instantly share code, notes, and snippets.

View hantuzun's full-sized avatar
🥽
Burnt out

Han Tuzun hantuzun

🥽
Burnt out
View GitHub Profile
@hantuzun
hantuzun / osx.sh
Last active August 29, 2015 14:08 — forked from matthewmueller/osx-for-hackers.sh
My OSX Setup for Yosemite
#!/bin/sh
# My OSX Setup for Yosemite
#
# Source: https://gist.github.com/emrehan/53d8a9668ae616b03b55
# Ask for the administrator password upfront
sudo -v
###############################################################################