Skip to content

Instantly share code, notes, and snippets.

@huksley
Last active September 26, 2019 21:29
Show Gist options
  • Save huksley/46f1684756a42e1cbe7e722ca5ff68c4 to your computer and use it in GitHub Desktop.
Save huksley/46f1684756a42e1cbe7e722ca5ff68c4 to your computer and use it in GitHub Desktop.
VSCodium linux desktop shortcut.
[Desktop Entry]
Version=1.0
Type=Application
Name=VSCodium
Icon=vscodium
Exec=code
Terminal=false
StartupNotify=false
@huksley
Copy link
Author

huksley commented Sep 26, 2019

  1. Put into ~/.local/share/applications.
  2. Put vscodium.png into ~/.local/share/icons.
  3. Make symbolic link code from $HOME/src/vscodium/VSCode-linux-x64 to $HOME/bin/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment