aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2016-08-04 16:47:43 +0200
committerKarel Kočí <cynerd@email.cz>2016-08-07 14:00:48 +0200
commit0ea2cf7df1c739c0324d7499a753b20ef63485b7 (patch)
tree9a9444b2723cc01c19eac9c4ad0e8c45b9771308 /install
parentc82fdf5eeb808e4c6d110bcf59d5eb6519a0524e (diff)
downloadmyconfigs-0ea2cf7df1c739c0324d7499a753b20ef63485b7.tar.gz
myconfigs-0ea2cf7df1c739c0324d7499a753b20ef63485b7.tar.bz2
myconfigs-0ea2cf7df1c739c0324d7499a753b20ef63485b7.zip
Update conkeror rc file and create theme
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index e23d9c2..a504b92 100755
--- a/install
+++ b/install
@@ -49,6 +49,7 @@ fi
read -p "Install Conkeror configuration? (Y/n) "
if [[ $REPLY =~ ^[Yy]?$ ]]; then
inst conkerorrc $WHOME/.conkerorrc
+ inst conkeror $WHOME/.conkeror
fi
read -p "Install MPD configuration? (Y/n) "