From 775989ee67c25ee1b05a6b7d1dc723699b965a3d Mon Sep 17 00:00:00 2001 From: tomit4 Date: Wed, 15 Jun 2022 04:25:03 -0700 Subject: [PATCH] added installation of fim for viewing images in tty environment --- updates.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/updates.txt b/updates.txt index 21b58192..32676625 100644 --- a/updates.txt +++ b/updates.txt @@ -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