Typo on commands

This commit is contained in:
Jonas Forsberg 2020-07-31 12:28:29 +02:00
parent f930bda23d
commit c59a489c45
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -12,7 +12,7 @@ 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"
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