From b68c002b1a7697a7701c0e9a63cafea38521a225 Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Tue, 22 Oct 2019 20:54:55 +0000 Subject: [PATCH] Fixed typing/cloning errors --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29db4bd..d5a7555 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,14 @@ I personally like to clone this into `~/git/zsh` and use symlinks from there, so # If git directory doesn't exist: mkdir ~/git -git clone https://git.skyfall.tech/skyfall/tab-sorcery.git ~/git/zsh +git clone https://git.skyfall.tech/ajohnson/zsh.git ~/git/zsh + +## Or, if you have a valid user on git.skyfall.tech, you can use the SSH connection: + +git clone git@git.skyfall.tech:ajohnson/zsh.git ~/git/zsh ``` #### Step 2: Copy out example config files and edit to your preferences -Some variables of the shell configuratio nI don't keep the same across the board, so I have created a `zsh.conf` file for things such as shell options and prompt styles/colours. I have also added a [very] basic "custom" template file as an example as well. Both of these files, once copied to to the repo's root dir, will be ignored by git. +Some variables of the shell configuration I don't keep the same across the board, so I have created a `zsh.conf` file for things such as shell options and prompt styles/colours. I have also added a [very] basic "custom" template file as an example as well. Both of these files, once copied to to the repo's root dir, will be ignored by git. ``` cd ~/git/zsh cp -v example_configs/* ./