diff --git a/pwsh/HowToUse.md b/pwsh/HowToUse.md index cdb1078..83a2ab3 100644 --- a/pwsh/HowToUse.md +++ b/pwsh/HowToUse.md @@ -29,6 +29,17 @@ Create symbolic link `$HOME\.config\starship.toml` point to `$HOME\.TerminalPoly New-Item -ItemType SymbolicLink -Path "$HOME\.config\starship.toml" -Target "$HOME\.TerminalPolyjuice\starship\starship.toml" ``` +# Zoxide +First, install fzf; + +Second, install zoxide; + +Then, + +```powershell +Invoke-Expression (& { (zoxide init powershell | Out-String) }) +``` + # Oh-My-Posh Copy *.omp.json to `$env:POSH_THEMES_PATH` Edit $PROFILE and add