Fix submodule for pure theme

This commit is contained in:
ChrisTitusTech 2020-05-29 12:36:42 -05:00
parent 720b55402c
commit 5ee0a02e90
3 changed files with 6 additions and 3 deletions

3
.gitmodules vendored

@ -1,3 +1,6 @@
[submodule "/home/titus/zsh/.zsh/pure"]
path = /home/titus/zsh/.zsh/pure
url = https://github.com/sindresorhus/pure.git
[submodule ".zsh/pure"]
path = .zsh/pure
url = https://github.com/sindresorhus/pure.git

@ -23,7 +23,7 @@ ex ()
fi
}
export EDITOR=nano
export EDITOR=nvim
alias pacman-update='sudo pacman-mirrors --geoip'

@ -3,8 +3,8 @@ My ZSH Config
## Setup
```
git clone https://github.com/ChrisTitusTech/zsh
git submodule add https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure"
git clone --recursive https://github.com/ChrisTitusTech/zsh
ln -s -f ~/zsh/.zshrc ~/.zshrc
```
## Get Dependancies
- zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos