summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 3e1a96a..18a2ba4 100755
--- a/install.sh
+++ b/install.sh
@@ -21,4 +21,8 @@ ln -sf $INSTALL_BASEDIR/.Xdefaults $HOME/.Xdefaults
# XMODMAP
echo "Linking $INSTALL_BASEDIR/.Xmodmap to $HOME/.Xmodmap"
-ln -sf $INSTALL_BASEDIR/.Xmodmap $HOME/.Xmodmap \ No newline at end of file
+ln -sf $INSTALL_BASEDIR/.Xmodmap $HOME/.Xmodmap
+
+# conkeror
+echo "Linking $INSTALL_BASEDIR/.conkerorrc to $HOME/.conkerorrc"
+ln -sf $INSTALL_BASEDIR/.conkerorrc $HOME/.conkerorrc \ No newline at end of file