From 4a62a3a2753cdeb89d6e19fe7a30ce98a545fcc6 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 16 Feb 2019 19:11:13 +0000 Subject: [PATCH] Change git clone command to automatically clone into home directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3edc802..f444fb8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To get started two steps are necessary: 1. install git & zsh if not already installed on your machine (should often already be available) 1. run `chsh -s /bin/zsh` to switch the shell to zsh -1. go to home directory & run `git clone https://gitlab.com/marty-oehme/dotfiles.git .` +1. go to home directory & run `git clone https://gitlab.com/marty-oehme/dotfiles.git df && cp -rf df/.git ~/ && rm -rf df && cd ~ && git checkout -f master` ## Setup