#+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 :mkdirp t export LS_COLORS=$(vivid generate dracula) #+end_src