aboutsummaryrefslogtreecommitdiffstats
path: root/vivid/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-07-16 12:30:02 -0700
committerGravatar Tom Willemse2026-08-26 23:04:25 -0700
commit3c861bfe9e848b6c2249c3430bef9fde80cc615c (patch)
tree609968e8595a48c0fa48595ff23e88a859d1ef57 /vivid/init.org
parent962b66d736163a0a2140342ea196ea7893776bae (diff)
downloadnew-dotfiles-3c861bfe9e848b6c2249c3430bef9fde80cc615c.tar.gz
new-dotfiles-3c861bfe9e848b6c2249c3430bef9fde80cc615c.zip
Add vivid and atuin configurations
Diffstat (limited to 'vivid/init.org')
-rw-r--r--vivid/init.org7
1 files changed, 7 insertions, 0 deletions
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