mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
add pwsh
This commit is contained in:
parent
e313f19269
commit
8ad1c2b032
2 changed files with 54 additions and 2 deletions
|
@ -30,5 +30,6 @@ if (!(
|
|||
|
||||
# make symbolic links
|
||||
# neovim
|
||||
$neovim_directory
|
||||
New-Item -ItemType SymbolicLink -Path ~\AppData\Local\nvim\init.vim -Target (Resolve-Path .\dotfiles\neovim\init.vim) -Force
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue