Skip to content

Instantly share code, notes, and snippets.

View gdalle's full-sized avatar

Guillaume Dalle gdalle

View GitHub Profile
@gdalle
gdalle / startup.jl
Last active January 9, 2025 07:17
Julia startup file
try
@eval using Revise
catch e
@warn "Error during startup imports" e
end
using Pkg: Pkg
atreplinit() do repl
try
@eval using OhMyREPL