Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 916 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 916 Bytes

PowerShell Dotfiles

Example prompt

Simple repository containing files needed to reproduce my Powershell prompt.


Installation

This setup requires/supports the following:

  • Windows Terminal
    • The theme can be found at files/seashells.json
  • Starship Prompt
    • The configuration can be found at files/starhsip.toml
      • Needs to be placed under the ~/.config/ directory on your computer
  • posh-git
  • Git
    • For aliases
  • vcpkg
    • You might need to update the posh-vcpkg module path in the profile

Once the above have been installed, simply copy/paste the contents of files/posh-profile.ps1 into your PowerShell profile (you can find its path using the $PROFILE variable).