comparison 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
comparison
equal deleted inserted replaced
296:875857ed8004 297:9056a39ef016
36 # --- 36 # ---
37 ln -s "$CWD/git/gitconfig" "$HOME/.gitconfig" 37 ln -s "$CWD/git/gitconfig" "$HOME/.gitconfig"
38 38
39 # WEB BROWSER 39 # WEB BROWSER
40 # ----------- 40 # -----------
41 ln -s "$CWD/pentadactylrc" "$HOME/.pentadactylrc" 41 echo set runtimepath=~/.pentadactyl,$CWD/pentadactyl > "$HOME/.pentadactylrc"
42 echo source "$CWD/pentadactyl/pentadactylrc" >> "$HOME/.pentadactylrc"
42 43
43 # TMUX 44 # TMUX
44 # ---- 45 # ----
45 ln -s "$CWD/tmux/tmux.conf" "$HOME/.tmux.conf" 46 ln -s "$CWD/tmux/tmux.conf" "$HOME/.tmux.conf"
46 47