Install Fish shell + Dracula + Starship

whck6

Install Fish Shell and Fisher

Fish is a smart and user-friendly command line shell for Linux, macOS, and the rest of the family.

brew install fish

A plugin manager for Fish.

brew install fisher

Install Dracula Theme

fisher install dracula/fish

Install Starship

brew install starship

Add the following to the end of ~/.config/fish/config.fish:

starship init fish | source

Restart terminal and enjoy it!