feat(pwsh): z command
This commit is contained in:
@@ -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"
|
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
|
# Oh-My-Posh
|
||||||
Copy *.omp.json to `$env:POSH_THEMES_PATH`
|
Copy *.omp.json to `$env:POSH_THEMES_PATH`
|
||||||
Edit $PROFILE and add
|
Edit $PROFILE and add
|
||||||
|
Reference in New Issue
Block a user