Updated Home (markdown)

eneller
2022-05-07 19:27:21 +02:00
parent b23f2334f0
commit b9f186c085

@@ -7,7 +7,7 @@ A `dotfiles` alias can then be added to your respective terminalrc (e.g. `.bashr
## Cloning onto a new Machine ## Cloning onto a new Machine
1. Clone the repo into a **bare** repository in your home directory 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. > 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 2. Append the following alias to your terminalrc