Skip to content

Commit 6fff0f3

Browse files
committed
chore(whichkey): install mpv entry
1 parent 31173d7 commit 6fff0f3

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@
789789
"bindings": [
790790
{
791791
"key": "b",
792-
"name": "install brew karabiner ffmpeg poppler wezterm (MacOS)",
792+
"name": "install brew karabiner ffmpeg mpv poppler wezterm (MacOS)",
793793
"commands": [
794794
"workbench.action.terminal.newWithProfile",
795795
"workbench.action.terminal.sendSequence",
@@ -812,7 +812,7 @@
812812
"text": "source ${ZDOTDIR:-~}/.zshrc \n"
813813
},
814814
{
815-
"text": "brew install --cask karabiner-elements wezterm \n"
815+
"text": "brew install --cask karabiner-elements mpv wezterm \n"
816816
},
817817
{
818818
"text": "pixi global install ffmpeg poppler; # yazi's preview \n"
@@ -821,13 +821,14 @@
821821
},
822822
{
823823
"key": "n",
824-
"name": "install nix-env devour ffmpeg poppler wezterm zathura (Linux)",
824+
"name": "install nix-env devour ffmpeg mpv poppler wezterm zathura (Linux)",
825825
"commands": [
826826
"workbench.action.createTerminalEditor",
827827
"workbench.action.terminal.sendSequence",
828828
"workbench.action.terminal.sendSequence",
829829
"workbench.action.terminal.sendSequence",
830830
"workbench.action.terminal.sendSequence",
831+
"workbench.action.terminal.sendSequence",
831832
"workbench.action.terminal.sendSequence"
832833
],
833834
"args": [
@@ -842,7 +843,10 @@
842843
"text": "bash -i -c \"nix-env -iA nixpkgs.devour nixpkgs.zathura \"; \n"
843844
},
844845
{
845-
"text": "curl -C- -o ~/.pixi/bin/wezterm -L https://github.com/wezterm/wezterm/releases/download/20240203-110809-5046fc22/WezTerm-20240203-110809-5046fc22-Ubuntu20.04.AppImage && chmod +x ~/.pixi/bin/wezterm \n"
846+
"text": "curl -C- -o ~/.pixi/bin/wezterm -L https://github.com/wezterm/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu20.04.AppImage && chmod +x ~/.pixi/bin/wezterm \n"
847+
},
848+
{
849+
"text": "curl -C- -o ~/.pixi/bin/mpv -L https://github.com/YeferYV/sixelrice/releases/download/v0.0.11/mpv.appimage && chmod +x ~/.pixi/bin/mpv \n"
846850
},
847851
{
848852
"text": "pixi global install ffmpeg poppler; # yazi's preview \n"
@@ -851,7 +855,7 @@
851855
},
852856
{
853857
"key": "s",
854-
"name": "install scoop zsh ffmpeg poppler wezterm (Windows)",
858+
"name": "install scoop zsh ffmpeg mpv poppler wezterm (Windows)",
855859
"commands": [
856860
"workbench.action.terminal.newWithProfile",
857861
"workbench.action.terminal.sendSequence",
@@ -867,7 +871,7 @@
867871
"text": "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser; iwr get.scoop.sh | iex \n"
868872
},
869873
{
870-
"text": "scoop bucket add extras; scoop install msys2 wezterm \n"
874+
"text": "scoop bucket add extras; scoop install mpv msys2 wezterm \n"
871875
},
872876
{
873877
"text": "msys2 -c 'pacman -S --noconfirm zsh' \n"

0 commit comments

Comments
 (0)