added installation of fim for viewing images in tty environment
This commit is contained in:
parent
91627869c3
commit
775989ee67
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue