diff options
| author | 2026-07-16 12:30:02 -0700 | |
|---|---|---|
| committer | 2026-07-16 12:37:23 -0700 | |
| commit | db03d2c4d36725a9e39ba4be225296196ef59f64 (patch) | |
| tree | 1a13caba53b529c0a15fab64f513b279db06e6d8 /vivid/init.org | |
| parent | cf569704bd136f906dc298e2109905a4dc8a3d59 (diff) | |
| download | new-dotfiles-db03d2c4d36725a9e39ba4be225296196ef59f64.tar.gz new-dotfiles-db03d2c4d36725a9e39ba4be225296196ef59f64.zip | |
Add vivid and atuin configurations
Diffstat (limited to 'vivid/init.org')
| -rw-r--r-- | vivid/init.org | 7 |
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 |
