From 637b8976657fbcee2fa8e3d46c71b909e6f7318a Mon Sep 17 00:00:00 2001 From: ryuslash Date: Tue, 6 Jul 2010 20:42:22 +0200 Subject: Added conkerorrc --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'install.sh') 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 -- cgit v1.2.3-54-g00ecf