From b9f186c085c687f47ef7ee410e73ca83785b4d0d Mon Sep 17 00:00:00 2001 From: eneller <68303608+eneller@users.noreply.github.com> Date: Sat, 7 May 2022 19:27:21 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 8cbf55d..c5cf0c4 100644 --- a/Home.md +++ b/Home.md @@ -7,7 +7,7 @@ A `dotfiles` alias can then be added to your respective terminalrc (e.g. `.bashr ## Cloning onto a new Machine 1. Clone the repo into a **bare** repository in your home directory ``` -git clone --bare $HOME/.dotfiles +git clone --bare git@github.com:eneller/.dotfiles.git $HOME/.dotfiles ``` > The next steps are not required if you don't want to track changes made to your dotfiles on this machine. 2. Append the following alias to your terminalrc