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"