From a68b248c762bc5666619382ece37c1123e0e5842 Mon Sep 17 00:00:00 2001 From: "kujiu (@uberwald)" Date: Fri, 8 Sep 2023 20:05:10 +0200 Subject: [PATCH] Add pms and browsh --- README.rst | 2 ++ common/.config/fish/functions/update-homes.fish | 6 ++++++ 2 files changed, 8 insertions(+) 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)