added aerc config, added nvim plugins surround, markdown etc

This commit is contained in:
liph22
2025-12-27 22:11:28 +01:00
parent 37b59b8d19
commit 8f8400e9d6
25 changed files with 1976 additions and 236 deletions

View File

@@ -2,6 +2,7 @@ alias cl='clear'
alias cld='clear && cd'
alias neo='neofetch'
alias f='fuck'
alias a='aerc'
# put everything on nvim
alias nano='nvim'
@@ -101,7 +102,7 @@ alias tr='trash-restore'
# pyenv
alias pyl='pyenv local' # set this for folder in spec python version
alias pyg='pyenv global' # changes the global python version
alias pyg='pyenv global' # changes the global python version
alias pyve='pyenv virtualenvs' # shows all possible vitualenvironments
alias pyd='pyenv virtualenv-delete'
alias pyn='pyenv virtualenv' # makes a new env $VSERION $NAME
@@ -111,7 +112,7 @@ alias pyi='pyenv install'
# aria2 and yt-dlp
alias aryt="yt-dlp --external-downloader aria2c --external-downloader-args '-x 8 -j2'" # add URL in ''
alias aria='aria2c -x 8' # add URL in '' for 8 segmented download
alias aria='aria2c -x 8' # add URL in '' for 8 segmented download
alias yd='yt-dlp' # copy link from videodownload helper and add the URL in ''
# ffmpeg
@@ -134,7 +135,7 @@ alias boumo='borg umount /tmp/borg' # unmount the mount folder
alias sysen='sudo systemctl enable'
alias sysst='sudo systemctl start'
# podmand
# podmand
alias pops='podman ps'
alias pos='podman start'
alias post='podman stop'