Neue Aliase, neue Software etc.

This commit is contained in:
2023-01-02 19:53:30 +01:00
parent 1b97cbe287
commit e0c029a6b1
4 changed files with 40 additions and 15 deletions

View File

@@ -12,6 +12,11 @@ function elevate {
Start-Process powershell -Verb runAs -ArgumentList $arguments
}
# Speichert das Youtube Video als mp3 im aktuellen Ordner
function ymp3 {
yt-dlp --extract-audio --audio-format mp3 --format "bestaudio"
}
# Startet das install Script
Set-Alias -name install -value "~\.winconfig\install.ps1"