mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
refactor(julials): update docs & remove unused shell scripts
This commit is contained in:
parent
ad4a9f53a1
commit
f5efb7cb66
5 changed files with 23 additions and 40 deletions
|
@ -1,15 +1,9 @@
|
|||
#!/usr/bin/julia
|
||||
project_path = joinpath(homedir(), ".julia", "environments", "nvim-lspconfig")
|
||||
if !ispath(project_path)
|
||||
try
|
||||
mkdir(project_path)
|
||||
@info "Created $(project_path)"
|
||||
touch(joinpath(project_path, "tracecompile.jl"))
|
||||
catch e
|
||||
@error e
|
||||
@error dump(e)
|
||||
throw(e)
|
||||
end
|
||||
mkdir(project_path)
|
||||
@info "Created $(project_path)"
|
||||
touch(joinpath(project_path, "tracecompile.jl"))
|
||||
end
|
||||
cmd = `julia --project=$(project_path) $(@__DIR__)/add_dependencies.jl`
|
||||
@info cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue