Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 9 days ago
JSON representation

Windows Terminal install, config & theme, Powershell 7 and profile, with Oh-My-Posh installation and Z, PSReadLine, Terminal-Icons modules.

Awesome Lists containing this project

README

        

**Script built to automate installing Windows Terminal, PS7, Oh-My-Posh, Powershell profile, glyphed fonts.**

![Example of Z,PSReadLine](./src/examples/module_image.png)

![Gif](./src/examples/module_gif.gif)

- 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
```