Open eddelbuettel opened 5 years ago
Thanks for your contribution :+1: Glad to see you like the theme :smile:
install.sh
script will install the file to ~/.dircolors
, but your Bash profile statements are a nice way for the usage documentation. Also a nice improvement would be to use a symlink instead of just copying the file so e.g. we could create a folder $XDG_CONFIG_DIRS/nord-dircolors
, place the file in it and symlink it to ~/.dircolors
.dircolors
is part of the GNU coreutils so the chance many users might run into this is low.Feel free to submit a PR to add these improvements, but I've also added it to my TODO list for the official Nord Docs I work on for some months now with the goal to finally have a single-source-of-truth for all of Nord's port projects.
Using $XDG_CONFIG_DIRS
and linking back is good, as is the plan to document the eval
use. For now I'll try the same with a local 'dotfiles' git repo I have.
Nord is amazing! Tweeted about it yesterday but forgot to CC your handle. Seems to strike a chord!
Two quick suggestions for nord-dircolors
~/.bashrc
has the linetest -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
so maybe this should install to~/.dircolors
and/or offer a soft link?/usr/bin/dircolors
is needed to createLS_COLORS
or else nothing happens?