Skip to content

Latest commit

 

History

History
executable file
·
28 lines (17 loc) · 1.17 KB

File metadata and controls

executable file
·
28 lines (17 loc) · 1.17 KB

Installation

OS X Notes

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

Linux Notes

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

Installation

  1. Read my gently-worded note
  2. Open a terminal/shell and do this:
bash -c "$(curl -fsSL https://raw.github.com/ricardorsierra/dotfiles/master/bin/dotfiles)" && source ~/.bashrc