From 26f3ba12b575776b1d3fba97010e47ce301a2ef5 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Wed, 16 Oct 2019 23:36:10 -0400 Subject: [PATCH] Added install commands to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4abe9d4..7434a9e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ ## krislamo's dotfiles +### Installation + +``` +git clone git@github.com:krislamo/dotfiles.git && \ +cd dotfiles && \ +ln -nsf $(pwd)/.bash_aliases ~/.bash_aliases && \ +ln -nsf $(pwd)/.bashrc ~/.bashrc && \ +ln -nsf $(pwd)/.vimrc ~/.vimrc +``` + #### Copyrights and Licenses Copyright (C) 2019 Kris Lamoureux