Updated Home (markdown)
2
Home.md
2
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 <git-repo-url> $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
|
||||
|
||||
Reference in New Issue
Block a user