Fix submodule for pure theme
This commit is contained in:
parent
720b55402c
commit
5ee0a02e90
3
.gitmodules
vendored
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
|
||||
|
Reference in New Issue
Block a user