Created
March 12, 2019 12:24
-
-
Save shikaan/a54d99befa34f9b5ff66314771b50ab2 to your computer and use it in GitHub Desktop.
JetBrains shortcuts for local environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=PhpStorm | |
Icon=/home/manuel/.local/opt/Webstorm/bin/phpstorm.svg | |
Exec="/home/manuel/.local/opt/Webstorm/bin/phpstorm.sh" %f | |
Comment=The Lightning-Smart PHP IDE | |
Categories=Development;IDE; | |
Terminal=false | |
StartupWMClass=jetbrains-phpstorm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=WebStorm | |
Icon=/home/manuel/.local/opt/Webstorm/bin/webstorm.svg | |
Exec="/home/manuel/.local/opt/Webstorm/bin/webstorm.sh" %f | |
Comment=The smartest JavaScript IDE | |
Categories=Development;IDE; | |
Terminal=false | |
StartupWMClass=jetbrains-webstorm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment