https://github.com/jameswylde/powershell-windowsterminal-profile
Windows Terminal install, config & theme, Powershell 7 and profile, with Oh-My-Posh installation and Z, PSReadLine, Terminal-Icons modules.
https://github.com/jameswylde/powershell-windowsterminal-profile
Last synced: about 2 months ago
JSON representation
Windows Terminal install, config & theme, Powershell 7 and profile, with Oh-My-Posh installation and Z, PSReadLine, Terminal-Icons modules.
- Host: GitHub
- URL: https://github.com/jameswylde/powershell-windowsterminal-profile
- Owner: jameswylde
- Created: 2022-02-05T22:54:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T20:10:49.000Z (about 2 years ago)
- Last Synced: 2025-03-02T04:39:30.613Z (about 2 months ago)
- Language: PowerShell
- Homepage:
- Size: 7.2 MB
- Stars: 43
- Watchers: 5
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jameswylde/powershell-windowsterminal-profile - Windows Terminal install, config & theme, Powershell 7 and profile, with Oh-My-Posh installation and Z, PSReadLine, Terminal-Icons modules. (PowerShell)
README
**Script built to automate installing Windows Terminal, PS7, Oh-My-Posh, Powershell profile, glyphed fonts.**


- Install Windows Terminal (if not already installed) and my WT config & theme
- Install Powershell 7 (if not already installed)
- Install Oh-My-Posh & apply my OMP theme (seen above)
- Install PS modules: *PSReadline, Z (stores and scans ```cd``` history to hop directories), Terminal-Icons*
- Install my Powershell profile (Oh-My-Posh config, git shortcuts, autocompletes, psreadline config) & backup
- Install required glyphed fonts (*Caskaydia Cove Nerd Mono*)Installation:
`#Requires -RunAsAdministrator`
```powershell
.\install.ps1
```