Skip to content

Instantly share code, notes, and snippets.

View EricPSU's full-sized avatar

Eric Flanigan EricPSU

View GitHub Profile
@EricPSU
EricPSU / add-desktop-icon.sh
Last active October 31, 2020 20:01 — forked from aviskase/Postman.desktop
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