From c82fdf5eeb808e4c6d110bcf59d5eb6519a0524e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 29 Jul 2016 13:27:53 +0200 Subject: Add conkeror rc file --- install | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install') diff --git a/install b/install index 632360e..e23d9c2 100755 --- a/install +++ b/install @@ -46,6 +46,11 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then inst local/bin/mxrandr $WHOME/.local/bin/mxrandr fi +read -p "Install Conkeror configuration? (Y/n) " +if [[ $REPLY =~ ^[Yy]?$ ]]; then + inst conkerorrc $WHOME/.conkerorrc +fi + read -p "Install MPD configuration? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst config/mpd $WHOME/.config/mpd -- cgit v1.2.3