Typo on commands
This commit is contained in:
parent
f930bda23d
commit
c59a489c45
@ -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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user