Compare commits

...

4 Commits

Author SHA1 Message Date
Lance Vick 718c266ad6
simple makefile 2024-12-04 23:22:00 -08:00
Lance Vick fb93be56f1
zsh: p10k config 2024-12-04 23:21:39 -08:00
Lance Vick 3ce329abc7
nvim: use lackluster theme 2024-12-04 23:20:25 -08:00
Lance Vick c1274f6820
nvim: lackluster theme 2024-12-04 23:01:24 -08:00
5 changed files with 1747 additions and 0 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "zsh/.zsh/themes/powerlevel10k"]
path = zsh/.zsh/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
[submodule "nvim/.config/nvim/pack/themes/start/lackluster.nvim"]
path = nvim/.config/nvim/pack/themes/start/lackluster.nvim
url = https://github.com/slugbyte/lackluster.nvim

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
.PHONY: apply
apply:
stow --target=$${HOME} */

View File

@ -0,0 +1 @@
colorscheme lackluster-hack

@ -0,0 +1 @@
Subproject commit 6d206a3af7dd2e8389eecebab858e7d97813fc0c

1739
zsh/.p10k.zsh Normal file

File diff suppressed because it is too large Load Diff