Skip to content

Instantly share code, notes, and snippets.

View aarondfrancis's full-sized avatar

Aaron Francis aarondfrancis

View GitHub Profile
<scheme name="PlanetScale" version="142" parent_scheme="Default">
<option name="FONT_SCALE" value="1.0" />
<metaInfo>
<property name="created">2023-05-09T10:40:36</property>
<property name="ide">PhpStorm</property>
<property name="ideVersion">2023.1.0.0</property>
<property name="modified">2023-05-09T10:40:42</property>
<property name="originalScheme">PlanetScale</property>
</metaInfo>
<option name="CONSOLE_FONT_NAME" value="Menlo" />
@aarondfrancis
aarondfrancis / typing-animation.sh
Created February 7, 2026 13:28
Terminal typing animation with AI tool cycling and particle explosion effect
#!/bin/bash
# Hide the real cursor
tput civis
# Restore cursor on exit
trap 'tput cnorm' EXIT
# ANSI color codes
BOLD="\033[1m"