-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
7c55d9d
commit 3679b4a
Showing
3 changed files
with
54 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,52 @@ | ||
# This is a VHS (https://github.com/charmbracelet/vhs) tape file. | ||
|
||
# +-----------------------------------------------------------+ | ||
# | Settings | | ||
# +-----------------------------------------------------------+ | ||
|
||
Output assets/demo.gif | ||
|
||
Set Shell "bash" | ||
Set Theme "Catppuccin Mocha" | ||
Set FontSize 22 | ||
Set Width 1300 | ||
Set Height 650 | ||
|
||
# +-----------------------------------------------------------+ | ||
# | Required programs on PATH | | ||
# +-----------------------------------------------------------+ | ||
|
||
Require adless | ||
|
||
# +-----------------------------------------------------------+ | ||
# | START | | ||
# +-----------------------------------------------------------+ | ||
|
||
Type "We currently don't block any domains.." | ||
Sleep 2s | ||
Backspace 38 | ||
|
||
Type "cat /etc/hosts" | ||
Sleep 1s | ||
Enter | ||
Sleep 2s | ||
|
||
Hide | ||
Backspace 10 | ||
Type "clear" | ||
Enter | ||
Show | ||
|
||
Type "Alright, it's time to enable domain blocking.." | ||
Sleep 2s | ||
Backspace 46 | ||
|
||
Type "sudo adless enable" | ||
Sleep 1s | ||
Enter | ||
Sleep 5s | ||
|
||
Type "cat /etc/hosts" | ||
Sleep 1s | ||
Enter | ||
Sleep 3s |