Compare commits

...

2 Commits

Author SHA1 Message Date
d20752a5f6 Added mpv and added git config to config picker 2026-01-12 02:58:54 +01:00
35fb3ad6f7 Added tree to terminal 2026-01-12 02:54:10 +01:00
4 changed files with 4593 additions and 3 deletions

View File

@@ -77,7 +77,9 @@ mapfile -t extratools < <(
"Vesktop" \
"Nextcloud" \
"Zen Browser" \
"Tailscale"
"Tailscale" \
"Global git config" \
"MPV"
)
#####################
@@ -167,7 +169,8 @@ for choice in "${tools[@]}"; do
zoxide \
reflector \
inetutils \
imagemagick
imagemagick \
tree
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/ohmyzsh/ohmyzsh "$HOME"/.oh-my-zsh
@@ -303,7 +306,10 @@ for choice in "${extratools[@]}"; do
git config --global user.email "36878099+SparkleDEV@users.noreply.github.com"
fi
;;
"MPV")
extrapkgs+=("mpv" "yt-dlp")
stow mpv --adopt
;;
esac
done

Binary file not shown.

17
mpv/.config/mpv/mpv.conf Normal file
View File

@@ -0,0 +1,17 @@
# -=[ Video ]=- #
profile=high-quality
vo=gpu-next
# -=[ Behavior ]=- #
keep-open=yes
cursor-autohide=250
# -=[ Screenshots ]=- #
screenshot-format=png
screenshot-dir="~/Pictures/mpv"
screenshot-template="%F-%p-%n"
screenshot-high-bit-depth=yes
# -=[ OSC ]=- #
osc=no
border=no

File diff suppressed because it is too large Load Diff