From 335aebf2123564a8589ad0f1f6b320cb32c084d7 Mon Sep 17 00:00:00 2001 From: Jamis Johnson Date: Thu, 29 May 2014 12:47:34 -0400 Subject: [PATCH] Update README --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f354650..8535580 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ dotfiles ======== -install: -./bin/dotfiles-install +Symbolically link to these files. -credit to lahwran for these wonderful dotfiles including install +``` +ls -s ~/.bashrc bashrc +``` + +Or, if you already have a .bashrc file you can maintain both. + +``` +touch ~/.bashrc.global +ln -s ~/.bashrc.global bashrc +echo "source ~/.bashrc.global" >> ~/.bashrc +``` + +Credit to @lahwran for the foundation of bashrc vimrc.