You need to have XCode or, at the very minimum, the XCode Command Line Tools, which are available as a much smaller download.
The easiest way to install the XCode Command Line Tools in OSX 10.9+ is to open up a terminal, type xcode-select --install and follow the prompts.
Tested in OSX 10.10
You might want to set up your ubuntu server like I do it, but then again, you might not.
Either way, you should at least update/upgrade APT with sudo apt-get -qq update && sudo apt-get -qq dist-upgrade first.
Tested in Ubuntu 14.04 LTS Tested in Ubuntu 16.10 LTS Tested in KaliLinux 16.10 LTS
- Read my gently-worded note
- Open a terminal/shell and do this:
bash -c "$(curl -fsSL https://raw.github.com/ricardorsierra/dotfiles/master/bin/dotfiles)" && source ~/.bashrc