From f930bda23d7d4187ea9f01c5a7df4620d89116a0 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Fri, 31 Jul 2020 12:27:31 +0200 Subject: [PATCH] Typo on commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b60bbe7..09620f1 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ tags: I use a very simple way to manage my dotfiles with git and some bash aliases. All you have to create a folder for your git repository in your home folder and initiate a bare git repository ```bash -mkdir "$HOME/.dotf -git init --bare $HOME/.dotf +mkdir "$HOME/.dotf" +git init --bare $HOME/.dotf" ``` Then create an alias so you don't have to write a long command each time you want to add a file or configure your git repository, don't forget to add that alias to $HOME/.alias