Neue Aliase, neue Software etc.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user