From a2b2fd30a8eb44b4444b97d607872582fac39e3f Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Wed, 16 Oct 2019 23:58:39 -0400 Subject: [PATCH] Added commands on backing up current dotfiles --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7434a9e..5202cdb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ ### Installation +You may want to backup your current dotfiles: + +``` +mv ~/.bash_aliases ~/.bash_aliases-$(date '+%Y%m%d%H%M%S') +mv ~/.bashrc ~/.bashrc-$(date '+%Y%m%d%H%M%S') +mv ~/.vimrc ~/.vimrc-$(date '+%Y%m%d%H%M%S') +``` + +Then install symlinks in their place: ``` git clone git@github.com:krislamo/dotfiles.git && \ cd dotfiles && \