Skip to content

Instantly share code, notes, and snippets.

@fralau
Last active August 4, 2023 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fralau/09bd41c7825569682fd0534913f5f3ca to your computer and use it in GitHub Desktop.
Save fralau/09bd41c7825569682fd0534913f5f3ca to your computer and use it in GitHub Desktop.
Create a standard banner for every machine (terminal)

Create a standard banner for every machine (terminal)

In /etc/profile:

# Banner
echo ${HOSTNAME%%.*} | figlet | lolcat
export PATH="/home/pi/.local/bin:$PATH" # for pyarchey
pyarchey

An alternative is macchina(Rust)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment