mirror of
https://github.com/Phantop/dotfiles
synced 2025-12-01 08:37:12 +00:00
mpv: add Anime4k shaders
This commit is contained in:
parent
9f3d6a71fa
commit
83f05e1dd1
4
.config/fish/.gitignore
vendored
4
.config/fish/.gitignore
vendored
|
|
@ -4,7 +4,3 @@ fishd.*
|
||||||
|
|
||||||
functions/_*.fish
|
functions/_*.fish
|
||||||
functions/bax.fish
|
functions/bax.fish
|
||||||
functions/fish_mode_prompt.fish
|
|
||||||
functions/fish_prompt.fish
|
|
||||||
functions/fish_title.fish
|
|
||||||
functions/humanize_duration.fish
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
set fish_user_paths ~/.local/bin $D/Installs/bin /usr/lib/ccache/bin
|
||||||
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
|
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
|
||||||
|
set Z_CMD "j"
|
||||||
|
|
||||||
test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD
|
test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD
|
||||||
|
|
||||||
tty -s && starship init fish | source
|
tty -s && starship init fish | source
|
||||||
|
|
|
||||||
|
|
@ -41,4 +41,3 @@ SETUVAR fish_pager_color_completion:\x1d
|
||||||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||||
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||||
SETUVAR fish_user_paths:/home/glados/\x2elocal/bin\x1e/mnt/LocalDiskD/Installs/bin\x1e/usr/lib/ccache/bin
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c9393460cfa1e4569780291b3728476d054189bc
|
Subproject commit 6cdfadc41e93b2876d5f9a491d9ff500b30b1ae8
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
jethrokuan/z
|
jethrokuan/z
|
||||||
jorgebucaran/fish-bax
|
jorgebucaran/bax.fish
|
||||||
|
|
|
||||||
1
.config/mpv/shaders/.gitignore
vendored
Normal file
1
.config/mpv/shaders/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
*.glsl
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit b2133cf2ec935c55de0c3a306a6b7dc3546226da
|
Subproject commit 13ea184015c30be5160ae285aedc0eaec0c72e6c
|
||||||
5
.setup
5
.setup
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo eopkg it -c system.devel
|
sudo eopkg it -c system.devel
|
||||||
sudo eopkg rm gnome-terminal libreoffice-common mate-terminal nautilus
|
sudo eopkg rm gnome-terminal libreoffice-common mate-terminal nautilus
|
||||||
sudo eopkg it aria2c fd fish kitty mpv neovim qutebrowser stow
|
sudo eopkg it aria2 busybox fd fish jq kitty mpv neovim qutebrowser stow
|
||||||
|
|
||||||
rm ~/.bashrc
|
rm ~/.bashrc
|
||||||
cd ~/.dotfiles
|
cd ~/.dotfiles
|
||||||
|
|
@ -12,6 +12,9 @@ done
|
||||||
|
|
||||||
stow .
|
stow .
|
||||||
|
|
||||||
|
cd .config/mpv/shaders
|
||||||
|
curl -fsSL $(curl -fsSL https://api.github.com/repos/bloc97/Anime4K/releases/latest | jq .assets[].browser_download_url | sed 's/"//g') | busybox unzip -
|
||||||
|
|
||||||
nvim +PlugUpdate +q +q
|
nvim +PlugUpdate +q +q
|
||||||
|
|
||||||
fish -c fisher
|
fish -c fisher
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue