mirror of
https://github.com/Phantop/dotfiles
synced 2025-02-03 18:26:57 +00:00
mpv: mkdir shaders, don't need it here
This commit is contained in:
parent
e01a6b2ace
commit
114064c414
1
.config/mpv/shaders/.gitignore
vendored
1
.config/mpv/shaders/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
*.glsl
|
|
2
.setup
2
.setup
|
@ -15,7 +15,7 @@ for i in `fd -E .git -t d -H`; do
|
||||||
done
|
done
|
||||||
stow .
|
stow .
|
||||||
|
|
||||||
cd ~/.config/mpv/shaders
|
mkdir -p ~/.config/mpv/shaders; 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 -
|
curl -fsSL $(curl -fsSL https://api.github.com/repos/bloc97/Anime4K/releases/latest | jq .assets[].browser_download_url | sed 's/"//g') | busybox unzip -
|
||||||
|
|
||||||
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
|
|
Loading…
Reference in a new issue