miltontom / color-my-posh

Fire up your windows terminal with some colors!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Color scripts for the windows command-line.

Setup

Open PowerShell and execute,

notepad $PROFILE

A pop-up might appear, proceed with Yes and add these two lines at the top of the script,

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,

. $PROFILE

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

About

Fire up your windows terminal with some colors!


Languages

Language:PowerShell 100.0%