From b326f97342e10b00df9f166112b2b5e61a5b4fe6 Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Mon, 7 Mar 2022 16:09:37 -0500 Subject: [PATCH] pls --- .gitmodules | 2 +- install.conf.yaml | 1 + vim/onehalf | 1 - vim/placeholder.txt | 1 - vimrc | 4 ++++ 5 files changed, 6 insertions(+), 3 deletions(-) delete mode 160000 vim/onehalf delete mode 100644 vim/placeholder.txt diff --git a/.gitmodules b/.gitmodules index e93e45b..309a747 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,5 +9,5 @@ path = oh-my-zsh/custom/themes/powerlevel10k url = https://github.com/romkatv/powerlevel10k.git [submodule "vim/onehalf"] - path = vim/onehalf + path = vim/colors/onehalf url = https://github.com/sonph/onehalf.git diff --git a/install.conf.yaml b/install.conf.yaml index 6098f76..61f4d7b 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -18,3 +18,4 @@ force: true path: zshrc ~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme + ~/.vim/colors/onehalf: vim/colors/onehalf diff --git a/vim/onehalf b/vim/onehalf deleted file mode 160000 index 141c775..0000000 --- a/vim/onehalf +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 141c775ace6b71992305f144a8ab68e9a8ca4a25 diff --git a/vim/placeholder.txt b/vim/placeholder.txt deleted file mode 100644 index 9daeafb..0000000 --- a/vim/placeholder.txt +++ /dev/null @@ -1 +0,0 @@ -test diff --git a/vimrc b/vimrc index 74ab473..826a223 100644 --- a/vimrc +++ b/vimrc @@ -4,3 +4,7 @@ set tabstop=4 set shiftwidth=4 set expandtab + +" setting color theme stuff +colorscheme onehalfdark +