dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

zsh dracula

Open samualtnorman opened this issue 1 year ago • 4 comments

sorry for creating an issue for this, you don't have discussions enabled on this repo. I was wondering if you've figured out away to use Dracula zsh-syntax-highlighting on nixos. thanks.

samualtnorman avatar Feb 15 '24 17:02 samualtnorman

No problem, I just enabled discussions on this repo :) I didn't know that but I'm not sure fits my config as I already use uxrvt with dracula config for my terminal 🤔

ericdallo avatar Feb 15 '24 19:02 ericdallo

Dracula zsh-syntax-highlighting highlights at the shell level not the terminal level. if you look at the screenshot on the page I linked, you'll see that it highlights "keywords" like echo, alias, function, etc and --options. I understand if you don't want to add it to your config though.

samualtnorman avatar Feb 15 '24 19:02 samualtnorman

Ah got it, makes sense, would be nice to add it

ericdallo avatar Feb 17 '24 13:02 ericdallo

using hm this may be a good ref

https://github.com/EdSwordsmith/dotfiles/blob/3599467bfab56456773bdc48980f69d1ae202f0e/profiles/shell/zsh.nix#L39

emerson-matos avatar Aug 28 '24 17:08 emerson-matos