-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# This is a VHS tape. You can find out more about VHS here: https://github.com/charmbracelet/vhs | ||
# You need to map dde into you PATH. You can do this by creating a shell file in `/usr/local/bin/dde` which links to your dde installation like so: `$HOME/dde/dde.sh $@` | ||
|
||
Output ../docs/media/demo.gif | ||
|
||
Require echo | ||
Require dde | ||
|
||
Set Shell "bash" | ||
Set FontSize 32 | ||
Set Width 1600 | ||
Set Height 800 | ||
|
||
Type "cd with-mutagen" | ||
Sleep 500ms | ||
Enter | ||
Sleep 2s | ||
|
||
Type "dde up" | ||
Sleep 500ms | ||
Enter | ||
Sleep 6s | ||
|
||
Type "dde exec" | ||
Sleep 500ms | ||
Enter | ||
Sleep 4s | ||
|
||
Type "echo 'Dev-Environment successfully started 🤓 '" | ||
Sleep 500ms | ||
Enter | ||
|
||
Sleep 7s |