Skip to content

Instantly share code, notes, and snippets.

@vuon9
Last active September 20, 2023 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vuon9/1d06a48c972588a1211bb506ebd98036 to your computer and use it in GitHub Desktop.
Save vuon9/1d06a48c972588a1211bb506ebd98036 to your computer and use it in GitHub Desktop.
  1. Install fish shell on Mac
    brew install fish
  2. Install oh-my-fish
    curl -L https://get.oh-my.fish | fish
    
  3. Install $PATH
    • From iterm2
    echo $PATH 
    • Replace the colon in the following command by space
    • Paste into fish
    set -U fish_user_paths [paths] $fish_user_paths
  4. Config fish shell for iTerm Open iTerm2 -> Preferences -> Profiles -> Command -> Select "Command" and paste the following command
    /usr/local/bin/fish -l
  5. Git on fish
    fish_git_prompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment