aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2016-07-29 13:27:53 +0200
committerKarel Kočí <karel.koci@nic.cz>2016-07-29 13:27:53 +0200
commitc82fdf5eeb808e4c6d110bcf59d5eb6519a0524e (patch)
tree7260876cb00df983b45eb66ae300e926acd90f89 /install
parent0dc880d20f29a604012a3991d5fd64efccc7344a (diff)
downloadmyconfigs-c82fdf5eeb808e4c6d110bcf59d5eb6519a0524e.tar.gz
myconfigs-c82fdf5eeb808e4c6d110bcf59d5eb6519a0524e.tar.bz2
myconfigs-c82fdf5eeb808e4c6d110bcf59d5eb6519a0524e.zip
Add conkeror rc file
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