Compare commits
6 Commits
ab54ef5954
...
d9316e7760
| Author | SHA1 | Date | |
|---|---|---|---|
| d9316e7760 | |||
| d20752a5f6 | |||
| c9b8ec3cc6 | |||
| 35fb3ad6f7 | |||
| 0b914e87b3 | |||
| 43343965e7 |
12
install.sh
12
install.sh
@@ -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
|
||||
|
||||
|
||||
BIN
mpv/.config/mpv/fonts/fluent-system-icons.ttf
Normal file
BIN
mpv/.config/mpv/fonts/fluent-system-icons.ttf
Normal file
Binary file not shown.
17
mpv/.config/mpv/mpv.conf
Normal file
17
mpv/.config/mpv/mpv.conf
Normal 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
|
||||
4567
mpv/.config/mpv/scripts/modernx.lua
Normal file
4567
mpv/.config/mpv/scripts/modernx.lua
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user