9 lines
319 B
Text
9 lines
319 B
Text
# yt-dlp
|
|
alias ytm-album="yt-dlp -x --audio-format m4a -f 141 -o \"%(playlist_index)s_%(artist)s_%(title)s.%(ext)s\""
|
|
|
|
# copy public ip
|
|
alias cpip="curl ifconfig.me | pbcopy"
|
|
|
|
# Install Nvim Packer Plugins without opening nvim
|
|
alias packerSync="nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'"
|