DEV Community

Cassie Breviu
Cassie Breviu

Posted on

16 5

Warm Up by the Fire with Bash (Fire Ascii Art)

Burrrr, its cold outside! Lets add a fire theme to our terminal to warm up!

Alt Text

Prerequisites for Windows

Setup Steps

  1. Install libaa sudo apt-get install libaa-bin
  2. Test command aafire
  3. Add it to windows terminal:

Profile json to add it to terminal

    {
        "acrylicOpacity" : 0.5,
        "closeOnExit" : true,
        "colorScheme" : "Fireplace",
        "commandline" : "wsl.exe -d Ubuntu aafire",
        "cursorColor" : "#FFFFFF",
        "cursorShape" : "bar",
        "fontFace" : "Consolas",
        "fontSize" : 20,
        "guid" : "{6f9994f0-4403-5e85-9eec-98e5da3839xx}",
        "historySize" : 9001,
        "icon" : "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc972xx}.png",
        "backgroundImage" : "",
        "backgroundImageOpacity" : 0.75,
        "backgroundImageStrechMode" : "fill",
        "name" : "Ubuntu Fireplace",
        "padding" : "0, 0, 0, 0",
        "snapOnInput" : true,
        "startingDirectory" : "%USERPROFILE%",
        "useAcrylic" : false
    }
Enter fullscreen mode Exit fullscreen mode


Theme fireplace json to give it fire colors

    {
      "background": "#002B36",
      "black": "#073642",
      "blue": "#268BD2",
      "brightBlack": "#002B36",
      "brightBlue": "#839496",
      "brightCyan": "#93A1A1",
      "brightGreen": "#586E75",
      "brightPurple": "#6C71C4",
      "brightRed": "#CB4B16",
      "brightWhite": "#FFFF00",
      "brightYellow": "#657B83",
      "cyan": "#2AA198",
      "foreground": "#FF8000",
      "green": "#859900",
      "name": "Fireplace",
      "purple": "#D33682",
      "red": "#DC322F",
      "white": "#EEE8D5",
      "yellow": "#B58900"
    }
Enter fullscreen mode Exit fullscreen mode

That's đŸ”„!

Now you can warm up by the terminal fireplace until summer returns. 😊

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (3)

Collapse
 
josemunoz profile image
JosĂ© Muñoz ‱

How can I use this in mac? I installed aalib with hombrew but it doesn't looks animated on my zsh term

Collapse
 
cassiebreviu profile image
Cassie Breviu ‱

Not sure, I don't use mac. So it shows up but doesn't animate?

Collapse
 
flrnd profile image
Florian Rand ‱

Oh, aalib! I totally forgot about the BB demo.

Image of Docusign

đŸ› ïž Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more