Mercurial > dotfiles
diff install.sh @ 297:9056a39ef016
Move `pentadactylrc` to a subfolder, update install scripts.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 21 Apr 2015 16:30:18 -0700 |
parents | 6938fb0146f5 |
children | 252fda0d7c60 |
line wrap: on
line diff
--- a/install.sh Mon Apr 20 09:36:49 2015 -0700 +++ b/install.sh Tue Apr 21 16:30:18 2015 -0700 @@ -38,7 +38,8 @@ # WEB BROWSER # ----------- -ln -s "$CWD/pentadactylrc" "$HOME/.pentadactylrc" +echo set runtimepath=~/.pentadactyl,$CWD/pentadactyl > "$HOME/.pentadactylrc" +echo source "$CWD/pentadactyl/pentadactylrc" >> "$HOME/.pentadactylrc" # TMUX # ----