diff --git a/README.rst b/README.rst index 68b10ef..32872fd 100644 --- a/README.rst +++ b/README.rst @@ -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: diff --git a/common/.config/fish/functions/update-homes.fish b/common/.config/fish/functions/update-homes.fish index a21af27..88ccce4 100755 --- a/common/.config/fish/functions/update-homes.fish +++ b/common/.config/fish/functions/update-homes.fish @@ -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)