# Install fisher (Arch Linux)
sudo pacman -S fisher # or yay -S fisher
# Install fish-ai
fisher install realiserad/fish-ai- Go to: https://github.com/settings/tokens
- Click "Generate new token" → "Fine-grained tokens"
- Name the token and set expiration
- No specific permissions needed
- Generate and copy your token
Create ~/.config/fish-ai.ini with:
[fish-ai]
configuration = github
[github]
provider = self-hosted
server = https://models.inference.ai.azure.com
api_key = YOUR_GITHUB_PAT_HERE
model = gpt-4o-miniCtrl+P: Transform comments to commands (and vice versa)Ctrl+Space: AI autocompletionCtrl+Spaceafter error: Suggest fix