Add README with instructions to get rcm
This commit is contained in:
parent
7c16f687e0
commit
55f8b5166f
2 changed files with 13 additions and 1 deletions
12
README.md
Normal file
12
README.md
Normal 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
2
rcrc
|
@ -1,3 +1,3 @@
|
||||||
# rcm config -> https://github.com/thoughtbot/rcm
|
# rcm config -> https://github.com/thoughtbot/rcm
|
||||||
EXCLUDES="bin resources"
|
EXCLUDES="bin resources README"
|
||||||
SYMLINK_DIRS="dircolors git_template vim"
|
SYMLINK_DIRS="dircolors git_template vim"
|
||||||
|
|
Loading…
Add table
Reference in a new issue