You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 rungem install colorls
Lucky enough that command worked.
Latest Catalina as of today (v.10.15.7).
The text was updated successfully, but these errors were encountered:
I have this issue as well. I have a M1 chip which I believe is related based on a couple other threads I've come across tonight (ie. athityakumar/colorls#452). I've tried to going through a few of the following articles but not sure what I may have done wrong cause as of right now not even colorls -h works.
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.
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).
The text was updated successfully, but these errors were encountered: