- https://github.com/ohmybash/oh-my-bash
- https://github.com/mamba-org/mamba
- https://brew.sh/
- editor
export EDITOR='code'
export VISUAL='code'
export EDITOR='code'
export VISUAL='code'
try | |
@eval using Revise | |
catch e | |
@warn "Error during startup imports" e | |
end | |
atreplinit() do repl | |
try | |
@eval using OhMyREPL | |
@eval using AbbreviatedStackTraces |
using CSV | |
using GitHub | |
using Pkg | |
using ProgressMeter | |
using TOML | |
myauth = GitHub.authenticate(ENV["GITHUB_AUTH"]) | |
general = first(reg for reg in Pkg.Registry.reachable_registries() if reg.name == "General") | |
package_url = Dict{String,String}() |