Skip to content
SARDONYX edited this page Jun 7, 2023 · 1 revision

Windows PowerShell Profile

  • Delayed loading, in which nearly 90% of the code (except aliases) is loaded after startup, reduces startup time to less than 200 ms.

  • Behavioral code is also delayed loading. Visual mode starts Neovim.

  • Rich and heavy shell design such as oh-my-posh is also handled by lazy loading (when using PowerShell Core). Therefore, it is a simple Shell design (PowerShell & PowerShell Core) at the beginning.

2023-06-08 (1)

The main drawbacks of this dotfiles

  • The commit object is very large because I wrote it when I didn't have much knowledge of git repository management, and I included images in .git.
Clone this wiki locally