daler / dotfiles

dotfiles, batteries included
https://daler.github.io/dotfiles/
19 stars 13 forks source link

make ls more consistent on Mac; fixes #33 #36

Closed daler closed 10 months ago

daler commented 10 months ago

This makes ls on Mac more consistent, avoiding depending on any conda envs with GNU ls installed.

The downside is that additional coloring of known filetypes (compressed files, images, etc) is not possible on default Mac as it is on Linux with dircolors, but we gain consistency in the color of directories, executables, and symlinks.

xrefs:

Ping @rhodesch.

This also adds some other fixes: