My custom fish
configs.
Refer to the official documentation
on how to customize your fish
shell.
Clone the repo to $HOME/.config/fish
git clone https://github.com/storopoli/fish $HOME/.config/fish
Install fish
with your package manager:
brew install fish
Fucking macOS does not allow you do change shells for non-standard shells.
So we make fish
standard:
echo $(which fish) | sudo tee -a /etc/shells
Now we change shells:
chsh -s $(which fish)