From 0969f7437bcd474c4ef4bd1e9b7dd7370a3d08d7 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 16 Jul 2026 12:34:09 -0700 Subject: macos: Add coreutils So that I can use the ‘ls’ command that reads the ‘LS_COLORS’ variable so that I can use vivid to theme the colors. --- _mbsetupuser/Brewfile.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '_mbsetupuser/Brewfile.org') diff --git a/_mbsetupuser/Brewfile.org b/_mbsetupuser/Brewfile.org index 9d63df5..139b90f 100644 --- a/_mbsetupuser/Brewfile.org +++ b/_mbsetupuser/Brewfile.org @@ -104,3 +104,15 @@ Flameshot, for easier screenshot taking. Aside from installing through Homebrew #+begin_src ruby cask "flameshot" #+end_src + +Install the coreutils packages because the BSD alternatives that MacOS comes with are very disappointing. + +#+begin_src ruby + brew "coreutils" +#+end_src + +This requires some aliases to actually work, otherwise the bundled versions get referenced instead. + +#+begin_src sh :tangle .config/zsh/conf.d/macos.sh + alias ls="gls --color=always" +#+end_src -- cgit v1.3-2-g0d8e