Add pms and browsh
This commit is contained in:
parent
c5b53652a9
commit
a68b248c76
2 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue