-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation and/or support for MacOS #7
Comments
The screenshot looks fine, the folders are colored. The only difference is that the BSD |
@arcticicestudio Not only that but it seems that the highlighting of dynamic links is also not working as expected in BSD |
From what I've found in most issue reports and tutorials about getting dircolors set up for macOS it seems that BSD It think the only common solution is to use GNU |
@arcticicestudio I think you're right from what I've found it's not possible to have such detailed contextual highlighting using lscolors. For now I've aliased Different question how did you manage to display the symbolic link target without the prefixed detailed file info |
That's because you specified the I'm not sure if the GNU core -utils package for macOS contains |
Reopened to improve the documentation by clarify that the project only works for GNU |
how can I use a color scheme generator to use the nord colors for osx? is there any easy way to do this sans manually configuring the colors? |
The following worked for me:
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"
test -e ~/.dircolors && \
eval `dircolors -b ~/.dircolors`
Only the ignore pattern color doesn't work and the underscore when with the +t o+w permission. EDIT 1: no alias with |
@jmurinello Thank you for sharing your approach. But I still have to alias |
@jmurinello What terminal app are you using? I followed your steps with iterm2 installed, but no coloring happens whatsoever. Any ideas? |
My appologies for this late reply. @shawnchan2014, I don't know if it's related but I'm using @pimts, I'm using iTerm2 build 3.2.7. Other than that, prior to use |
vivid has a working Nord theme |
I just tried using this package and came to the realisation that dircolors only works on GNU e.g. Linux. and that MacOs uses LS colors https://gist.github.com/smutnyleszek/c44124908a9b737e372c28aaf0048b44
I found some instructions on how to get dircolors working by installing coreutils and adding the following code snippet to either bashrc or zshrc.
source: http://www.conrad.id.au/2013/07/making-mac-os-x-usable-part-1-terminal.html
I can verify that this will indeed change the
LS_COLORS
but the directory highlighting is still the same. Am I missing something ?I'm using Alacritty + Tmux + Zsh and have the respective Nord theme installed for all of them.
The text was updated successfully, but these errors were encountered: