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!
- Host: GitHub
- URL: https://github.com/miltontom/color-my-posh
- Owner: miltontom
- Created: 2023-11-23T14:43:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T03:40:42.000Z (over 1 year ago)
- Last Synced: 2025-01-12T02:06:33.631Z (3 months ago)
- Topics: ansi-colors, ansi-escape-codes, ascii, color-script, pixel-art, terminal-art
- Language: PowerShell
- Homepage:
- Size: 2.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
Color scripts for the windows command-line.
# 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!