Fresh install, running bash <(curl -fsSL https://raw.githubusercontent.com/jldeen/dotfiles/mac/configure.sh) gave me zsh: command not found: colorls (OS X) when starting up the terminal again (and iTerm).
Couldn't do much in the terminal (i.e. ls command didn't work)
Solution was to run gem install colorls
Lucky enough that command worked.
Latest Catalina as of today (v.10.15.7).
Fresh install, running
bash <(curl -fsSL https://raw.githubusercontent.com/jldeen/dotfiles/mac/configure.sh)gave mezsh: command not found: colorls (OS X)when starting up the terminal again (and iTerm).Couldn't do much in the terminal (i.e.
lscommand didn't work)Solution was to run
gem install colorlsLucky enough that command worked.
Latest Catalina as of today (v.10.15.7).