commit 716e00a16929634113c1479805511fa9e4c6ae78 parent 13655eb2d85e95d46507fe6df0b57503ee9a8d88 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Wed, 21 Feb 2024 08:01:07 +0100 urlpicker Diffstat:
install.sh | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/install.sh b/install.sh @@ -26,8 +26,13 @@ ln -s ~/apps/xcompose/dotXCompose ~/.XCompose # git clone https://git.zx2c4.com/password-store # sudo make install +git clone 'https://github.com/quite/urlpicker' +sudo mkdir -p /usr/lib/urxvt/perl +cp ~/apps/urlpicker/url-picker /usr/lib/urxvt/perl/url-picker +sudo chmod -R og+rx /usr/lib/urxvt + # TODO by hand: download https://github.com/quite/urlpicker and put url-picker -# script in /usr/local/lib/urxvt/perl +# script in /usr/lib/urxvt/perl cd ~/config mkdir -p ~/.elinks