|
789 | 789 | "bindings": [ |
790 | 790 | { |
791 | 791 | "key": "b", |
792 | | - "name": "install brew karabiner ffmpeg poppler wezterm (MacOS)", |
| 792 | + "name": "install brew karabiner ffmpeg mpv poppler wezterm (MacOS)", |
793 | 793 | "commands": [ |
794 | 794 | "workbench.action.terminal.newWithProfile", |
795 | 795 | "workbench.action.terminal.sendSequence", |
|
812 | 812 | "text": "source ${ZDOTDIR:-~}/.zshrc \n" |
813 | 813 | }, |
814 | 814 | { |
815 | | - "text": "brew install --cask karabiner-elements wezterm \n" |
| 815 | + "text": "brew install --cask karabiner-elements mpv wezterm \n" |
816 | 816 | }, |
817 | 817 | { |
818 | 818 | "text": "pixi global install ffmpeg poppler; # yazi's preview \n" |
|
821 | 821 | }, |
822 | 822 | { |
823 | 823 | "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)", |
825 | 825 | "commands": [ |
826 | 826 | "workbench.action.createTerminalEditor", |
827 | 827 | "workbench.action.terminal.sendSequence", |
828 | 828 | "workbench.action.terminal.sendSequence", |
829 | 829 | "workbench.action.terminal.sendSequence", |
830 | 830 | "workbench.action.terminal.sendSequence", |
| 831 | + "workbench.action.terminal.sendSequence", |
831 | 832 | "workbench.action.terminal.sendSequence" |
832 | 833 | ], |
833 | 834 | "args": [ |
|
842 | 843 | "text": "bash -i -c \"nix-env -iA nixpkgs.devour nixpkgs.zathura \"; \n" |
843 | 844 | }, |
844 | 845 | { |
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" |
846 | 850 | }, |
847 | 851 | { |
848 | 852 | "text": "pixi global install ffmpeg poppler; # yazi's preview \n" |
|
851 | 855 | }, |
852 | 856 | { |
853 | 857 | "key": "s", |
854 | | - "name": "install scoop zsh ffmpeg poppler wezterm (Windows)", |
| 858 | + "name": "install scoop zsh ffmpeg mpv poppler wezterm (Windows)", |
855 | 859 | "commands": [ |
856 | 860 | "workbench.action.terminal.newWithProfile", |
857 | 861 | "workbench.action.terminal.sendSequence", |
|
867 | 871 | "text": "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser; iwr get.scoop.sh | iex \n" |
868 | 872 | }, |
869 | 873 | { |
870 | | - "text": "scoop bucket add extras; scoop install msys2 wezterm \n" |
| 874 | + "text": "scoop bucket add extras; scoop install mpv msys2 wezterm \n" |
871 | 875 | }, |
872 | 876 | { |
873 | 877 | "text": "msys2 -c 'pacman -S --noconfirm zsh' \n" |
|
0 commit comments