Skip to content

Instantly share code, notes, and snippets.

View tiagogomes187's full-sized avatar
😎

Tiago Gomes tiagogomes187

😎
View GitHub Profile
@tiagogomes187
tiagogomes187 / add_intellij_launcer
Created September 4, 2021 21:56 — forked from rob-murray/add_intellij_launcer
Add Intellij launcher shortcut and icon for ubuntu
// create file:
sudo vim /usr/share/applications/intellij.desktop
// add the following
[Desktop Entry]
Version=13.0
Type=Application
Terminal=false
Icon[en_US]=/home/rob/.intellij-13/bin/idea.png
Name[en_US]=IntelliJ
@hauthorn
hauthorn / postman.desktop
Last active March 1, 2026 15:06
Postman desktop entry
[Desktop Entry]
Categories=Development;
Comment=Supercharge your API workflow
Exec="/home/hauthorn/Programs/Postman/Postman"
Icon=/home/hauthorn/Programs/Postman/app/resources/app/assets/icon.png
Name=Postman
Terminal=false
Type=Application
Version=1.0