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

https://github.com/miltontom/color-my-posh

Fire up your windows terminal with some colors!
https://github.com/miltontom/color-my-posh

ansi-colors ansi-escape-codes ascii color-script pixel-art terminal-art

Last synced: about 2 months ago
JSON representation

Fire up your windows terminal with some colors!

Awesome Lists containing this project

README

        

# Description
Color scripts for the windows command-line.

![](previews/pacman.png)

# Setup
Open PowerShell and execute,
```powershell
notepad $PROFILE
```
A pop-up might appear, proceed with `Yes` and add these two lines at the top of the script,
```powershell
Clear-Host
C:\User\John Doe\ps-art\pacman.ps1 # An example path
```
**NOTE**: *Mention the absolute path to the* `.ps1` *script file*.

To see the results perform,
```powershell
. $PROFILE
```

Next time and every time you open your terminal you can see my pixel artwork!