* ci: remove HOME override
* fix: remove install-fonts
* fix: manual install of vhs
cause: charmbracelet/vhs-action#459
* fix: not persist credentials
* chore: update tape
* fix: update branch name
* fix: update the path of config
* fix: get font and load in color
* fix: attempting to get color and cursor
* fix: remove build step
* include version in go build
@@ -6,7 +6,7 @@ Output demo.gif
# Terminal settings
Set FontSize 14
-Set FontFamily "SF Mono,Menlo,Monaco,Cascadia Code,Consolas,monospace"
+Set FontFamily "JetBrainsMono Nerd Font"
Set Width 1400
Set Height 800
Set Theme "Catppuccin Mocha"
@@ -73,13 +73,18 @@ Type "friend@example.com"
Sleep 400ms
Tab
Sleep 300ms
-
+Tab
+Sleep 100ms
+Tab
+Sleep 200ms
# Type the subject
Type "Hello from the terminal!"
Sleep 400ms
Tab
Sleep 300ms
+
+
# Type the email body with Markdown
Type "# Greetings!"
Enter