Skip to content

Instantly share code, notes, and snippets.

@barseghyanartur
Last active October 20, 2023 08:21
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save barseghyanartur/c209559a0a85aeed1f773da619166d2a to your computer and use it in GitHub Desktop.
Save barseghyanartur/c209559a0a85aeed1f773da619166d2a to your computer and use it in GitHub Desktop.
Manually install Insomnia plugin

Manual installation worked for me. Note, that I have installed Insomnia on Fedora using snap.

  1. Go to your plugins directory:
cd /home/user/snap/insomnia/current/.config/Insomnia/plugins
  1. Install the plugin manually (in this case it's insomnia-plugin-default-headers plugin):
npm install insomnia-plugin-default-headers
  1. Reload insomnia plugins: Tools -> Reload plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment