This commit is contained in:
qwjyh 2022-09-20 02:21:10 +09:00
parent 40acba6d26
commit b644ea7ab1
2 changed files with 89 additions and 0 deletions

View file

@ -34,3 +34,5 @@ New-Item -ItemType SymbolicLink -Path ~\AppData\Local\nvim\init.vim -Target (Res
# pwsh
New-Item -ItemType SymbolicLink -Path $PROFILE -Target (Resolve-Path .\dotfiles\pwsh\powershell_profile.ps1) -Force
New-Item -ItemType SymbolicLink -Path ~\.config\powershell\chezmoi_completion.ps1 -Target (Resolve-Path .\dotfiles\pwsh\chezmoi_completion.ps1) -Force
# starship
New-Item -ItemType SymbolicLink -Path ~\.config\starship.toml -Target (Resolve-Path .\dotfiles\starship\starship.toml) -Force