Add README with instructions to get rcm

This commit is contained in:
Fernando Schauenburg 2017-04-25 15:56:44 +02:00
parent 7c16f687e0
commit 55f8b5166f
2 changed files with 13 additions and 1 deletions

12
README.md Normal file
View file

@ -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

2
rcrc
View file

@ -1,3 +1,3 @@
# rcm config -> https://github.com/thoughtbot/rcm
EXCLUDES="bin resources"
EXCLUDES="bin resources README"
SYMLINK_DIRS="dircolors git_template vim"