Skip to content

Instantly share code, notes, and snippets.

@murphypei
Created October 8, 2021 02:06
Show Gist options
  • Save murphypei/56c0acc885056563ad89fbfd32c9e564 to your computer and use it in GitHub Desktop.
Save murphypei/56c0acc885056563ad89fbfd32c9e564 to your computer and use it in GitHub Desktop.
ubuntu 创建 clion 快捷方式
# sudo vim /usr/share/applications/clion.desktop
[Desktop Entry]
Encoding=UTF-8
Name=CLion
Comment=clion-2021.2.1
Exec=/opt/clion/clion-2021.2.1/bin/clion.sh
Icon=/opt/clion/clion-2021.2.1/bin/clion.svg
Categories=Application;Development;Java;IDE
Version=2021.2.1
Type=Application
#Terminal=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment