macos-setup
  • MacOS Setup Guidance
  • Homebrew
    • Using Homebrew
    • cask
  • Terminal
    • iterm2
    • Terminal Hot keys
    • Zsh
    • Fish
    • tree
  • Git
    • Git Ignore (global)
  • Vagrant
  • Sublime TXT
    • Subl plugins
  • VIM
    • Hot keys
  • Python
    • pip
    • IPython
    • Virtualenv
  • Xcode
  • Evernote
Powered by GitBook
On this page

Was this helpful?

  1. Terminal

Fish

Install

Install fish

brew install fish

Install oh-my-fish

curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fishcurl -L https://get.oh-my.fish | fish

Uninstall

brew uninstall fish

Run terminal, then click Shell > New Command, and type /bin/bash (make sure Run command inside shell is DEselected)

When in bash, run chsh set the shell value to /bin/bash, and exit

PreviousZshNexttree

Last updated 5 years ago

Was this helpful?