Last active
September 26, 2019 21:29
-
-
Save huksley/46f1684756a42e1cbe7e722ca5ff68c4 to your computer and use it in GitHub Desktop.
VSCodium linux desktop shortcut.
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=VSCodium | |
Icon=vscodium | |
Exec=code | |
Terminal=false | |
StartupNotify=false |
Author
huksley
commented
Sep 26, 2019
- Put into ~/.local/share/applications.
- Put vscodium.png into ~/.local/share/icons.
- 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