mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
new: julia: startup.jl for python exe path
This commit is contained in:
parent
965dcf5045
commit
37e0256905
2 changed files with 7 additions and 0 deletions
|
@ -71,4 +71,7 @@ New-Item -ItemType SymbolicLink -Path ~\.config\starship.toml -Target (Resolve-P
|
|||
# wezterm
|
||||
mkdir ~\.config\wezterm
|
||||
New-Item -ItemType SymbolicLink -Path ~\.config\wezterm\wezterm.lua -Target (Resolve-Path .\dotfiles\wezterm\wezterm.lua) -Force
|
||||
# julia
|
||||
mkdir ~\.config\julia\config
|
||||
New-Item -ItemType SymbolicLink -Path ~\.julia\config\startup.jl -Target (Resolve-Path .\dotfiles\startup_windows.jl) -Force
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue