From 3c861bfe9e848b6c2249c3430bef9fde80cc615c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 16 Jul 2026 12:30:02 -0700 Subject: Add vivid and atuin configurations --- vivid/init.org | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vivid/init.org (limited to 'vivid/init.org') diff --git a/vivid/init.org b/vivid/init.org new file mode 100644 index 0000000..0b1bb83 --- /dev/null +++ b/vivid/init.org @@ -0,0 +1,7 @@ +#+title: Vivid + +[[https://github.com/sharkdp/vivid][vivid]] is a theme generator for =LS_COLORS=. I just need it to run when I enable ZSH and it should work. + +#+begin_src sh :tangle .config/zsh/conf.d/vivid.sh + export LS_COLORS=$(vivid generate dracula) +#+end_src -- cgit v1.3-2-g0d8e