Fixed typing/cloning errors

macos_completion
Aaron Johnson 6 years ago
parent 0f8f7a4f3f
commit b68c002b1a

@ -10,7 +10,11 @@ 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 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.

Loading…
Cancel
Save