diff --git a/.gitmodules b/.gitmodules index 4e8c061..e93e45b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,6 +8,6 @@ [submodule "oh-my-zsh/custom/themes/powerlevel10k"] path = oh-my-zsh/custom/themes/powerlevel10k url = https://github.com/romkatv/powerlevel10k.git -[submodule "vim/colors/onehalf"] - path = vim/colors/onehalf +[submodule "vim/onehalf"] + path = vim/onehalf url = https://github.com/sonph/onehalf.git diff --git a/install.conf.yaml b/install.conf.yaml index 24dfb71..39bfad8 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -18,7 +18,5 @@ force: true path: zshrc ~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme - ~/.vim/colors/onehalf: - force: true - path: vim/colors/onehalf/ + ~/.vim/colors/onehalfdark.vim: vim/onehalf/vim/colors/onehalfdark.vim diff --git a/vim/colors/onehalfdark.vim b/vim/colors/onehalfdark.vim new file mode 120000 index 0000000..1a5eeb1 --- /dev/null +++ b/vim/colors/onehalfdark.vim @@ -0,0 +1 @@ +/home/kdeppe/dotfiles/vim/onehalf/vim/colors/onehalfdark.vim \ No newline at end of file diff --git a/vim/colors/onehalf b/vim/onehalf similarity index 100% rename from vim/colors/onehalf rename to vim/onehalf