sprak3000/setup-my-mac

Fix fish install

Closed this issue · 0 comments

Apple M1 silicon has things installed in new paths.

  • Change echo "/usr/local/bin/fish" | sudo tee -a /etc/shells to echo "/opt/homebrew/bin/fish" | sudo tee -a /etc/shells
  • Change chsh -s /usr/local/bin/fish to chsh -s /opt/homebrew/bin/fish