mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
new(lf): lfrc
This commit is contained in:
parent
1f600a970a
commit
2a7d1d80c0
2 changed files with 26 additions and 0 deletions
|
@ -77,4 +77,7 @@ New-Item -ItemType SymbolicLink -Path ~\.config\wezterm\wezterm.lua -Target (Res
|
|||
# julia
|
||||
mkdir ~\.config\julia\config
|
||||
New-Item -ItemType SymbolicLink -Path ~\.julia\config\startup.jl -Target (Resolve-Path .\dotfiles\startup_windows.jl) -Force
|
||||
# lf
|
||||
mkdir $env:LOCALAPPDATA\lf
|
||||
New-Item -ItemType SymbolicLink -Path $env:LOCALAPPDATA\lf\lfrc -Target (Resolve-Path .\dotfiles\lf\lfrc) -Force
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue