diff --git a/.gitmodules b/.gitmodules index 45d50ba..cc22ac2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/.zsh/aliasrc b/.zsh/aliasrc index 69ffa01..a901e13 100644 --- a/.zsh/aliasrc +++ b/.zsh/aliasrc @@ -23,7 +23,7 @@ ex () fi } -export EDITOR=nano +export EDITOR=nvim alias pacman-update='sudo pacman-mirrors --geoip' diff --git a/README.md b/README.md index b0df3ca..56350bb 100644 --- a/README.md +++ b/README.md @@ -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