aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall5
1 files changed, 5 insertions, 0 deletions
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