add chezmoi completion

This commit is contained in:
qwjyh 2022-09-20 02:10:08 +09:00
parent 8ad1c2b032
commit 40acba6d26
2 changed files with 226 additions and 0 deletions

View file

@ -33,3 +33,4 @@ if (!(
New-Item -ItemType SymbolicLink -Path ~\AppData\Local\nvim\init.vim -Target (Resolve-Path .\dotfiles\neovim\init.vim) -Force
# 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