From 55f8b5166fb76d01bbf8c6a094f62ed8a2bace81 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 25 Apr 2017 15:56:44 +0200 Subject: [PATCH] Add README with instructions to get `rcm` --- README.md | 12 ++++++++++++ rcrc | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4c393f0 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Getting started (see https://github.com/thoughtbot/rcm#installation): + +1. Install rcm: + + sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm + sudo apt-get update + sudo apt-get install rcm + +2. Install the dotfiles: + + env RCRC=$HOME/.dotfiles/rcrc rcup + diff --git a/rcrc b/rcrc index 20db867..d1cfab2 100644 --- a/rcrc +++ b/rcrc @@ -1,3 +1,3 @@ # rcm config -> https://github.com/thoughtbot/rcm -EXCLUDES="bin resources" +EXCLUDES="bin resources README" SYMLINK_DIRS="dircolors git_template vim"