Change git clone command to automatically clone into home directory
This commit is contained in:
parent
4817ee0513
commit
4a62a3a275
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ To get started two steps are necessary:
|
|||
|
||||
1. install git & zsh if not already installed on your machine (should often already be available)
|
||||
1. run `chsh -s /bin/zsh` to switch the shell to zsh
|
||||
1. go to home directory & run `git clone https://gitlab.com/marty-oehme/dotfiles.git .`
|
||||
1. go to home directory & run `git clone https://gitlab.com/marty-oehme/dotfiles.git df && cp -rf df/.git ~/ && rm -rf df && cd ~ && git checkout -f master`
|
||||
|
||||
## Setup
|
||||
|
||||
|
|
Loading…
Reference in a new issue