# Terminal Screen Recording 1. Install [asciinema](https://asciinema.org/). Homebrew: ```shell brew install asciinema ``` Alpine: ```shell apk add asciinema ``` 2. Install [agg](https://github.com/asciinema/agg) to convert to GIF. ```shell brew install agg ``` 3. Example Usage: ```shell asciinema rec demo.cast agg demo.cast demo.gif ```