This commit is contained in:
Clay Gomera 2022-04-18 17:42:06 -04:00
parent 68b37fe588
commit 728c00cf57
2 changed files with 13 additions and 14 deletions

View file

@ -182,8 +182,8 @@ alias ani-q='ani-cli -q' # to select video quality
# ytfzf # ytfzf
alias yt='ytfzf -f -t' alias yt='ytfzf -f -t'
# notflix # flix-cli
alias nt='notflix' alias flix-cli='flix-cli'
# mount and unmount drives # mount and unmount drives
alias mnt='sudo mount' alias mnt='sudo mount'
@ -211,19 +211,16 @@ alias psgrep="ps aux | grep -v grep | grep -i -e VSZ -e"
alias psmem='ps auxf | sort -nr -k 4' alias psmem='ps auxf | sort -nr -k 4'
alias pscpu='ps auxf | sort -nr -k 3' alias pscpu='ps auxf | sort -nr -k 3'
# get error messages from journalctl
alias jctl="journalctl -p 3 -xb"
# youtube-dl # youtube-dl
alias yta-aac="youtube-dl --extract-audio --audio-format aac " alias yta-aac="yt-dlp --extract-audio --audio-format aac "
alias yta-best="youtube-dl --extract-audio --audio-format best " alias yta-best="yt-dlp --extract-audio --audio-format best "
alias yta-flac="youtube-dl --extract-audio --audio-format flac " alias yta-flac="yt-dlp --extract-audio --audio-format flac "
alias yta-m4a="youtube-dl --extract-audio --audio-format m4a " alias yta-m4a="yt-dlp --extract-audio --audio-format m4a "
alias yta-mp3="youtube-dl --extract-audio --audio-format mp3 " alias yta-mp3="yt-dlp --extract-audio --audio-format mp3 "
alias yta-opus="youtube-dl --extract-audio --audio-format opus " alias yta-opus="yt-dlp --extract-audio --audio-format opus "
alias yta-vorbis="youtube-dl --extract-audio --audio-format vorbis " alias yta-vorbis="yt-dlp --extract-audio --audio-format vorbis "
alias yta-wav="youtube-dl --extract-audio --audio-format wav " alias yta-wav="yt-dlp --extract-audio --audio-format wav "
alias ytv-best="youtube-dl -f bestvideo+bestaudio " alias ytv-best="yt-dlp -f bestvideo+bestaudio "
# Network Manager and bluetooth # Network Manager and bluetooth
alias netstats='nmcli dev' alias netstats='nmcli dev'

View file

@ -9,9 +9,11 @@ This is just a personal repository where i store all my dotfiles, you're free cl
If you want to get the full experience you need theese things: If you want to get the full experience you need theese things:
* my dwm build (comming) * my dwm build (comming)
* my dmenu build (comming) * my dmenu build (comming)
* my dwmblocks build (comming)
* my dmenu_scripts (comming) * my dmenu_scripts (comming)
* mononoki Nerd Font * mononoki Nerd Font
* xbacklight * xbacklight
* libinput & xf86-input-libinput * libinput & xf86-input-libinput
* lxsession * lxsession
* picom * picom
* dunst