diff --git a/fish/README.md b/fish/README.md new file mode 100644 index 0000000..495737e --- /dev/null +++ b/fish/README.md @@ -0,0 +1,22 @@ +# Gaiety's Dotfiles + +## fish + +A terminal shell + +## Setup + +```bash +sudo pacman -S fish +chsh -s `which fish` +``` + +Restart the terminal + +```bash +fish_config +``` + +1. Choose the `dracula` color scheme +2. Choose the `Terlar` prompt +