summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.conkerorrc3
-rwxr-xr-xinstall.sh6
2 files changed, 8 insertions, 1 deletions
diff --git a/.conkerorrc b/.conkerorrc
new file mode 100644
index 0000000..28262da
--- /dev/null
+++ b/.conkerorrc
@@ -0,0 +1,3 @@
+// -*- mode: javascript -*-
+require("new-tabs.js");
+require("clicks-in-new-buffer-button.js"); \ No newline at end of file
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