From 8d2aa8a1fc38cbeb15596dc385324e2564737605 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 24 Aug 2018 17:08:12 -0500 Subject: [PATCH] gitmodules: Fix Gruvbox theme, trim the fat --- .gitmodules | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index df7f60fb..490182de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,12 +16,9 @@ [submodule ".local/bin"] path = .local/bin url = git@gitlab.com:rehashedsalt/bin -[submodule ".oh-my-zsh"] - path = .oh-my-zsh - url = git@github.com:robbyrussell/oh-my-zsh.git -[submodule ".omzcustom"] - path = .omzcustom - url = git@gitlab.com:rehashedsalt/omzcustom.git +[submodule ".themes/gruvbox-gtk"] + path = .themes/gruvbox-gtk + url = https://github.com/3ximus/gruvbox-gtk [submodule ".vim/bundle/incsearch.vim"] path = .vim/bundle/incsearch.vim url = https://github.com/haya14busa/incsearch.vim.git