added installation of fim for viewing images in tty environment

This commit is contained in:
tomit4 2022-06-15 04:25:03 -07:00
parent 91627869c3
commit 775989ee67

View file

@ -14,9 +14,6 @@ add notation about using pick to parse through output, and pipe that using xargs
example:
ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick)
Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
and copy the zshrc and bashrc files which create the environment variable for nvm
Install fim (allows viewing of images in tty environment)
doas pacman -S fim