My zsh configuration
git clone https://github.com/m-col/zshrc
Files | Refs | Readme

-rw-r--r-- .gitmodules


      1 [submodule "z"]
      2 	path = z
      3 	url = https://github.com/rupa/z.git
      4 [submodule "zsh-autosuggestions"]
      5 	path = zsh-autosuggestions
      6 	url = https://github.com/zsh-users/zsh-autosuggestions.git
      7 [submodule "zsh-syntax-highlighting"]
      8 	path = zsh-syntax-highlighting
      9 	url = https://github.com/zsh-users/zsh-syntax-highlighting.git
     10 [submodule "gitstatus"]
     11 	path = gitstatus
     12 	url = https://github.com/romkatv/gitstatus
     13