Skip to content

Instantly share code, notes, and snippets.

@unkcpz
Created May 30, 2019 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unkcpz/1c211dec89e4443024c53b8beceaf1b3 to your computer and use it in GitHub Desktop.
Save unkcpz/1c211dec89e4443024c53b8beceaf1b3 to your computer and use it in GitHub Desktop.
julia startup.jl
ENV["EDITOR"] = "atom"
const PLOTS_DEFAULTS = Dict(:theme => :wong)
try
@eval using Revise
# Turn on Revise's automatic-evaluation behavior
Revise.async_steal_repl_backend()
@eval using Rebugger
# Activate Rebugger's key bindings
atreplinit(Rebugger.repl_init)
using OhMyREPL
colorscheme!("Monokai24bit")
catch err
@warn "Could not load startup packages."
end
showall(x) = show(stdout, "text/plain", x)
push!(LOAD_PATH, expanduser("~/.julia/dev"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment