26 lines
957 B
Text
Executable file
26 lines
957 B
Text
Executable file
# yt-dlp
|
|
alias ytm-album="yt-dlp -x --audio-format m4a -f 251 -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'"
|
|
|
|
# List gpg keys with long keys
|
|
alias gpgLongKeys="gpg --list-secret-keys --keyid-format=long"
|
|
|
|
# private git repo
|
|
alias git-set-private="git config user.name nikurasu && git config user.email publicmail@nikurasu.gay && git config user.signingkey 9E7F14C03EF1F271 && git config gpg.format openpgp"
|
|
|
|
# hugo
|
|
# alias hugo='podman run --rm -v $(pwd):/src:z -w /src -p 42020:42020 klakegg/hugo:ext-debian'
|
|
|
|
alias gcommit="$HOME/Documents/coding/dotfiles/shell/scripts/gitCommit.sh"
|
|
|
|
alias boop="/usr/bin/env touch"
|
|
alias eep="/usr/bin/env sleep"
|
|
alias meow="/usr/bin/env echo"
|
|
alias scritch="usr/bin/env shred"
|
|
alias snoot="/usr/bin/env head"
|