Skip to content

Instantly share code, notes, and snippets.

@susanhoffs
susanhoffs / add-desktop-icon.sh
Created February 20, 2019 13:43 — forked from EricPSU/add-desktop-icon.sh
Install Postman on CentOS 7
cat > ~/Desktop/postman.desktop <<EOL
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=postman
Icon=/opt/Postman/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
EOL