Skip to content

Instantly share code, notes, and snippets.

@Mostly-BSD
Mostly-BSD / 001-README.md
Last active May 3, 2021 01:36
Colorizing outputs of some FreeBSD CLI programs

Colorized outputs for some FreeBSD CLI programs

More schreenshots uploaded here.

Screen shot

Commands Colorized so far...

#!/bin/sh
# install beadm and create new boot environment hbsd and mount it at /mnt
pkg install -y beadm
beadm create hbsd
beadm mount hbsd /mnt
# fetch latest HBSD base and kernel - will be hbsd-update'd later
cd /tmp
fetch https://installer.hardenedbsd.org/pub/HardenedBSD/releases/amd64/amd64/hardenedbsd-12-stable-LAST/base.txz
fetch https://installer.hardenedbsd.org/pub/HardenedBSD/releases/amd64/amd64/hardenedbsd-12-stable-LAST/kernel.txz