Add pms and browsh

This commit is contained in:
Kujiu 2023-09-08 20:05:10 +02:00
parent c5b53652a9
commit a68b248c76
Signed by: kujiu
GPG Key ID: ABBB2CAC6855599F
2 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,8 @@ Some configurations for these tools:
- neovim (with lunarvim)
- nvimpager (pager based on neovim)
- konsole
- elinks and browsh
- pms
You need to install:

View File

@ -118,6 +118,12 @@ function update-homes -d "Update homes configuration"
echo (set_color 719cd6)"*** Install bluetuith ***"(set_color normal)
go install github.com/darkhz/bluetuith@latest
echo
echo
echo (set_color 719cd6)"*** Install pms ***"(set_color normal)
echo
go install github.com/ambientsound/pms@latest
echo
echo
echo (set_color 719cd6)"*** Install poezio-omemo and epr ***"(set_color normal)