aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall6
1 files changed, 6 insertions, 0 deletions
diff --git a/install b/install
index 6123f9a..751760c 100755
--- a/install
+++ b/install
@@ -105,6 +105,12 @@ if ask "Install Conkeror configuration"; then
inst conkeror/ ~/.conkeror
fi
+if ask "Install Surf configuration"; then
+ inst surf/script.js ~/.surf/script.js
+ inst surf/theme/default.css ~/.surf/theme/default.css
+ inst local/bin/surf-menu ~/.local/bin/surf-menu
+fi
+
if ask "Install MPD configuration"; then
inst config/mpd/ ~/.config/mpd
fi