Misc: setup, Helix, bash, packages, apps, font

- Setup: reorganize and add server specific setup
- Helix: use relative line numbers
- Bash: add aliases
- Packages: install GStreamer plugins for AV1 preview
- Apps: Video Trimmer
- Font: Simplified Chinese font priority fix
This commit is contained in:
2023-08-13 12:03:51 -07:00
parent bb3770036a
commit 39a45f459b
5 changed files with 88 additions and 15 deletions

View File

@@ -19,6 +19,11 @@ PS1='${debian_chroot:+($debian_chroot)}\[\e[01;38;5;11m\]\u\[\e[00;38;5;208m\]@\
PROMPT_DIRTRIM=3
alias ls='ls --color'
alias bat='batcat'
alias mosh='mosh -o'
alias cargo='cargo auditable'
alias md='pulldown-cmark -TFSLH'
alias auto-av1='nice ab-av1 auto-encode --min-samples 2 --keyint 2s --scd true'
# Shows a oneline preview of all files under the folder after changing directory.