dotfiles-codeberg/dotfiles/startup_linux.jl
2025-04-09 05:24:25 +09:00

24 lines
445 B
Julia

try
using OhMyREPL
enable_autocomplete_brackets(false)
include("catppuccin.jl")
OhMyREPL.colorscheme!("CatppuccinMocha")
catch e
@warn "Failed to load OhMyREPL"
end
try
using Revise
catch e
@warn "Failed to load Revise"
end
# try
# using InteractiveCodeSearch
# InteractiveCodeSearch.CONFIG.interactive_matcher = `fzf`
# catch e
# @warn "Failed to load InteractiveCodeSearch"
# end
#=
TerminalPager
=#