Typo on commands

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

View File

@ -11,8 +11,8 @@ tags:
I use a very simple way to manage my dotfiles with git and some bash aliases. 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 All you have to create a folder for your git repository in your home folder and initiate a bare git repository
```bash ```bash
mkdir "$HOME/.dotf 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 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