4KAWF23S3O3HID3XGKCFK2LQ6GYFVK47U2ZVOPF7NQUQHVHBOZPAC
42MWVJJMWFY5HX7BAHTWOBN4I7KE54FGHL5WECR7OIUAOR5T5HWQC
KF5FR6GYCH7W55BYUC4ZBGFHNOO4SPGXJFJ5KMP7MJXMYQNLAOMAC
KTJMIRRXI5P5REQRCEUMXBRTFRHJ3CR2UW3RZY4KON5NMIT6CXOQC
UMNRDW4WLUHYSKT4UPJD4PBBXJEILJD3QJTXFWUICPPV2ATEXB4AC
24OZ4AHCPBU7FF5J4JMZH4IK42YA4V4UWZTHKH32KQWPPLKESEUQC
KB5W6GKNWCLQACOK7PWBUQ4XSUJUJF727IOTSZMX5BMPKVEULS4QC
- Run `pijul clone https://nest.pijul.com/levi/pjcolor`
- Place `pjcolor` file anywhere in the system files, for example in `~/pijul/scripts`
- Give it rights to execute `chod x ~/pijul/scripts/pjcolor`
- Update your *$PATH* variable
- In case of **Bash** `export PATH="~/pijul/scripts"`
or add `PATH=~/opt/bin:$PATH` in your `~/.profile` file
- In case of **Fish** `set PATH $PATH ~/pijul/scripts`
or add `set -x PATH ~/pijul/scripts` in your `~/.config/fish/config.fish` file
- In case of **Csh/Tcsh** (freeBSD) `set path = ($path ~/pijul/scripts)`
or add `set path = ($path ~/pijul/scripts)` in your `~/.login` file
## Usage
Pjcolor is just simple script to pipe through:
`pijul change | pjcolor`
or:
`pijul change <HASH> | pjcolor`
`@include "<your-custom-pjcolor-theme>"`
Don't forget to comment out existing default theme.
Also export your **$AWKPATH** Environment Variable. This will allow *AWK* to pickup your theme without need to provide full path.