Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 848 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 848 Bytes

linux-n-such

scripts i made, common commands i run and other kinds of fun stuff

yt-dlp

quite possibly one of the best pieces of software out there.

MacOS (homebrew)

brew install yt-dlp ffmpeg

Linux

sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp
run the following to make it executable sudo chmod a+rx /usr/local/bin/yt-dlp
sudo apt install ffmpeg
OR
sudo dnf install ffmpeg

Windows

Honestly i would just use WSL2 with your distro of choice. Ubuntu is the most readily available, but here is a way to install Fedora into WSL2
Run the Linux commands and you're set