From 38325926877c1eecf431f2a501c92bda769103a9 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 11 Jun 2018 02:25:24 -0700 Subject: Add quick start section to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ccfc5db..48d8eda 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,12 @@ My personal configuration files and handy scripts. Run `updatedots` to link any files present in `home` into your home directory. Backups are made of any conflicting files. +### Quick Start +``` +git clone https://github.com/jodersky/dotfiles.git .dotfiles \ +&& git -C .dotfiles remote set-url origin git@github.com:jodersky/dotfiles.git \ +&& .dotfiles/updatedots +``` + ## Public Domain Unless otherwise specified in file headers or directory "COPYING" files, this is free and unencumbered software released into the public domain. -- cgit v1.2.3