KeeganForelight 3 years ago
parent d5700d9758
commit b326f97342

2
.gitmodules vendored

@ -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

@ -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

@ -1 +0,0 @@
Subproject commit 141c775ace6b71992305f144a8ab68e9a8ca4a25

@ -4,3 +4,7 @@ set tabstop=4
set shiftwidth=4
set expandtab
" setting color theme stuff
colorscheme onehalfdark

Loading…
Cancel
Save