mirror of
https://github.com/Phantop/dotfiles
synced 2025-04-04 11:04:33 +00:00
Bin: better hitolo and add twitch-dl
This commit is contained in:
parent
a34df85a19
commit
3c857c5d5d
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/fish
|
#!/usr/bin/fish
|
||||||
set HIFI ~/Music/HiFi
|
set HIFI ~/Music/HiFi
|
||||||
set LOFI ~/Music/LoFi
|
set LOFI ~/Music/LoFi
|
||||||
|
test -f /usr/share/man/man3/Parallel::ForkManager.3 || sudo eopkg it perl-parallel-forkmanager
|
||||||
|
|
||||||
if not test -d $LOFI
|
if not test -d $LOFI
|
||||||
cd $HIFI
|
cd $HIFI
|
||||||
|
@ -8,5 +9,5 @@ if not test -d $LOFI
|
||||||
fd -e flac -x opusenc --bitrate 72 {} $LOFI/{.}.opus
|
fd -e flac -x opusenc --bitrate 72 {} $LOFI/{.}.opus
|
||||||
end
|
end
|
||||||
|
|
||||||
set args -s $HIFI -d $LOFI -o opus -q 72 --clean
|
set args -s $HIFI -d $LOFI -o opus -q 72 --clean sync -F 8 -a mp3,m4a,opus
|
||||||
acxi $args $argv || wget https://github.com/smxi/acxi/raw/stable/acxi -O- -o/dev/null | perl -- - $args $argv
|
acxi $args $argv || wget https://github.com/smxi/acxi/raw/stable/acxi -O- -o/dev/null | perl -- - $args $argv
|
||||||
|
|
6
.local/bin/twitch-dl
Executable file
6
.local/bin/twitch-dl
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
title=$(youtube-dlc -e $1 | sed 's|/|_|g')
|
||||||
|
link=$(youtube-dlc -g $1)
|
||||||
|
shift
|
||||||
|
|
||||||
|
ffmpeg -i $link -c copy $@ "$title.mkv"
|
4
.setup
4
.setup
|
@ -13,7 +13,7 @@ term="advancecomp aria2 autojump fd fish fzf innoextract most ncdu p7zip ranger
|
||||||
|
|
||||||
sudo eopkg it $audio $dev $gui $media $rice $term
|
sudo eopkg it $audio $dev $gui $media $rice $term
|
||||||
sudo eopkg rm --ignore-dependency tracker
|
sudo eopkg rm --ignore-dependency tracker
|
||||||
pip3 install --user pipipxx readability-lxml
|
pip3 install --user adblock pipipxx readability-lxml sh
|
||||||
|
|
||||||
rm ~/.bashrc
|
rm ~/.bashrc
|
||||||
cd ~/.dotfiles
|
cd ~/.dotfiles
|
||||||
|
@ -37,7 +37,7 @@ chsh -s /usr/bin/fish
|
||||||
git g gh:iv-org/invidious ~/.invid
|
git g gh:iv-org/invidious ~/.invid
|
||||||
git g gh:Phantop/solus-stuff ~/.solus
|
git g gh:Phantop/solus-stuff ~/.solus
|
||||||
git g gh:Phantop/phantop.github.io ~/.site
|
git g gh:Phantop/phantop.github.io ~/.site
|
||||||
git g gh:Phantop/haiku-icons ~/.local/share/icons/haiku
|
git g gh:Phantop/haiku-icons ~/.local/share/icons/Haiku
|
||||||
|
|
||||||
cd ~/.solus && git update-index --assume-unchanged packager
|
cd ~/.solus && git update-index --assume-unchanged packager
|
||||||
~/.solus/build
|
~/.solus/build
|
||||||
|
|
Loading…
Reference in a new issue