https://github.com/JuliaLang/julia
Raw File
Tip revision: 0c6d5ca01ac96cf66ee01b3fe551b38a349b2b20 authored by Fredrik Ekre on 14 June 2023, 07:36:53 UTC
InteractiveUtils: add nvr (neovim-remote) to default editors
Tip revision: 0c6d5ca
julia.desktop
# To use uxterm, change to these values.
#
# Exec=uxterm -e julia
# Terminal=false
#
# To use a .png icon specify the full path and file extension.
#
# Icon=/usr/share/icons/hicolor/48x48/apps/julia.png
#
[Desktop Entry]
Name=Julia
Comment=High-performance language for technical computing
Exec=julia
Icon=julia
Terminal=true
Type=Application
Categories=Development;
back to top