Skip to content

Instantly share code, notes, and snippets.

@NazmusShakib
Created March 17, 2019 16:35
Show Gist options
  • Save NazmusShakib/a704000d67c609e3323b0a4cb80791fa to your computer and use it in GitHub Desktop.
Save NazmusShakib/a704000d67c609e3323b0a4cb80791fa to your computer and use it in GitHub Desktop.
-- Download the Postman from: https://www.getpostman.com/downloads
-- Extract and move it to: /opt/
-- Then open terminal and execute below code:
cat > ~/.local/share/applications/postman.desktop <<EOL
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Postman
Icon=/opt/Postman-linux-x64-7.0.5/app/resources/app/assets/icon.png
Path=/opt/Postman-linux-x64-7.0.5/app
Exec=/opt/Postman-linux-x64-7.0.5/app/Postman
StartupNotify=false
StartupWMClass=Postman
OnlyShowIn=Unity;GNOME;
X-UnityGenerated=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment