From 205951097f7062a8978f49baccdb03ceebf73463 Mon Sep 17 00:00:00 2001 From: Arghyadip Chakraborty Date: Fri, 21 Jul 2023 13:16:24 +0530 Subject: [PATCH] removed vhs config --- .vhs/.zshrc | 5 ----- .vhs/config.kdl | 9 --------- .vhs/starship.toml | 41 ----------------------------------------- .vhs/vhs.kdl | 14 -------------- demo/fs.tape | 39 --------------------------------------- 5 files changed, 108 deletions(-) delete mode 100755 .vhs/.zshrc delete mode 100644 .vhs/config.kdl delete mode 100755 .vhs/starship.toml delete mode 100644 .vhs/vhs.kdl delete mode 100644 demo/fs.tape diff --git a/.vhs/.zshrc b/.vhs/.zshrc deleted file mode 100755 index e6b1919..0000000 --- a/.vhs/.zshrc +++ /dev/null @@ -1,5 +0,0 @@ -export STARSHIP_CONFIG=~/coded/rustapp/.vhs/starship.toml - -eval "$(starship init zsh)" - -echo "\e[5 q" diff --git a/.vhs/config.kdl b/.vhs/config.kdl deleted file mode 100644 index 3c2fdc3..0000000 --- a/.vhs/config.kdl +++ /dev/null @@ -1,9 +0,0 @@ -default_shell "zsh" -pane_frames true -layout_dir "/home/arghya/coded/rustapp/.vhs" -default_layout "vhs" -theme "catppuccin-mocha" - -env { - ZDOTDIR "/home/arghya/coded/rustapp/.vhs" -} \ No newline at end of file diff --git a/.vhs/starship.toml b/.vhs/starship.toml deleted file mode 100755 index c7fd6ac..0000000 --- a/.vhs/starship.toml +++ /dev/null @@ -1,41 +0,0 @@ -"$schema" = 'https://starship.rs/config-schema.json' - -format = '''$directory -$character''' -palette = "catppuccin_mocha" - -[character] -success_symbol = "[[♥](green) ❯](maroon)" -error_symbol = "[❯](red)" - -[directory] -truncation_length = 4 -style = "bold lavender" - -[palettes.catppuccin_mocha] -rosewater = "#f5e0dc" -flamingo = "#f2cdcd" -pink = "#f5c2e7" -mauve = "#cba6f7" -red = "#f38ba8" -maroon = "#eba0ac" -peach = "#fab387" -yellow = "#f9e2af" -green = "#a6e3a1" -teal = "#94e2d5" -sky = "#89dceb" -sapphire = "#74c7ec" -blue = "#89b4fa" -lavender = "#b4befe" -text = "#cdd6f4" -subtext1 = "#bac2de" -subtext0 = "#a6adc8" -overlay2 = "#9399b2" -overlay1 = "#7f849c" -overlay0 = "#6c7086" -surface2 = "#585b70" -surface1 = "#45475a" -surface0 = "#313244" -base = "#1e1e2e" -mantle = "#181825" -crust = "#11111b" diff --git a/.vhs/vhs.kdl b/.vhs/vhs.kdl deleted file mode 100644 index e4bfc29..0000000 --- a/.vhs/vhs.kdl +++ /dev/null @@ -1,14 +0,0 @@ -layout { - pane split_direction="vertical" { - pane name="logcat" - pane name="shell" - } - floating_panes { - pane name="/fs" { - x "10%" - y "10%" - width "80%" - height "80%" - } - } -} \ No newline at end of file diff --git a/demo/fs.tape b/demo/fs.tape deleted file mode 100644 index a8e2eb3..0000000 --- a/demo/fs.tape +++ /dev/null @@ -1,39 +0,0 @@ -Output demo/fs.gif - -Set FontSize 12 -Set FontFamily "FiraCode Nerd Font" -Set Width 800 -Set Height 500 -Set TypingSpeed 75ms -Set Theme "Catppuccin Mocha" -Set Padding 0 -Set Margin 0 - -Hide -Type@0ms "zellij --config .vhs/config.kdl" -Enter -Show -Sleep 500ms - -Ctrl+P -Type "w" -Type "adb logcat -s RustApp" -Enter -Ctrl+P -Right -Ctrl+P -Type "adb shell touch /storage/emulated/0/Documents/test.txt" -Enter -Sleep 1 -Type "adb shell 'echo Test >/storage/emulated/0/Documents/test.txt'" -Enter -Sleep 1 -Type "adb shell rm /storage/emulated/0/Documents/test.txt" -Enter -Sleep 3 -Ctrl+P -Type "w" -Sleep 1 -Type "curl http://myphone:3000/fs" -Enter -Sleep 5