summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-10-16 00:17:55 +0900
committerMatan Kushner <hello@matchai.me>2019-10-16 00:17:55 +0900
commit392fa247b74eb2ce898d9e7c9215c9b1b7bedcfb (patch)
tree85b36f75c7a079b782da52be143b57f5b7a3d5dc
parent5570fcc47ccdda2adb74dffdec3bd9be32f76e0d (diff)
docs: Add Powershell setup to repo README
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 61a421160..21e8a93e1 100644
--- a/README.md
+++ b/README.md
@@ -201,6 +201,15 @@ The prompt shows information you need while you're working, while staying sleek
eval "$(starship init zsh)"
```
+ #### Powershell
+
+ Add the following to the end of `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` (or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix):
+
+ ```sh
+ # ~\Documents\PowerShell\Profile.ps1
+ Invoke-Expression (&starship init powershell)
+ ```
+
## 🔧 Configuration
For details on how to configure Starship, check out our [documentation](https://starship.rs/config/).