@ -20,7 +20,7 @@ Beyond handling true-color and UTF-8 nerd fonts, any terminal is sufficient in m
I currently use [[https://wiki.gnome.org/Apps/Terminal][gnome-terminal]] on Fedora and Ubuntu (my server and media center both run Ubuntu), [[https://sw.kovidgoyal.net/kitty/][kitty]] on MacOS, [[https://github.com/alacritty/alacritty][alacritty]] on arch/artix/whatever, and the totally vanilla default console host on Windows, unless I'm in cygwin/gitbash in which case I use their default ~mintty~.
** The shell
I run [[https://man.archlinux.org/man/zshall.1][ZSH]]. It's decently fast, POSIX compliant, and has /zillions/ of options and menues and plugins.
I run [[https://man.archlinux.org/man/zshall.1][ZSH]]. It's decently fast, POSIX compliant, and has /zillions/ of options and menus and plugins.
I have copied [[https://github.com/lukesmithxyz/voidrice][Luke Smith's config]] layout of a .zprofile linked to its xdg-compliant location and setting ~$ZDOTDIR~ to [[.config/zsh][.config/zsh]] because having a clean ~$HOME~ is nice. the [[.config/zsh/.zshrc][.config/zsh/.zshrc]] sources [[functions.zsh][functions.zsh]] and [[aliases.zsh][aliases.zsh]], and will on first run attempt to install [[https://github.com/zplug/zplug][zplug]] for a few fun extensions.
@ -61,3 +61,18 @@ As of 2020, xkb accepts user-specific keyboard patches. Modifying system files i
** TODO .config
Basic. Place where configs go. Visit the location for more info, another org document may or may not appear there.