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
When trying to change the shell (from bash to fish for example), the script tells me that it cannot write to /usr/local/bin, even after I temporarily changed the permissions.
Changing the script to use sudo as follows:
curl -s https://ohmyposh.dev/install.sh | sudo bash -s
fixes this, but I'm not sure if this is desirable.