Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 297 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 297 Bytes
title
dotfiles

PowerShell

  • 创建配置文件
New-Item –Path $Profile –Type File –Force
  • 复制内容WindowsPowerShell/Microsoft.PowerShell_profile.ps1$profile

NeoVim

  • 建立硬链接
mklink /J C:\Users\xkyii\AppData\Local\nvim .\nvim