Mercurial > dotfiles
comparison install.sh @ 238:2a497a1a1a3a
Updated install script.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 11 Dec 2014 23:37:28 -0800 |
parents | 210c011ffd52 |
children | e869b2f99c75 |
comparison
equal
deleted
inserted
replaced
237:3b36ae84bc2d | 238:2a497a1a1a3a |
---|---|
33 | 33 |
34 # WEB BROWSER | 34 # WEB BROWSER |
35 # ----------- | 35 # ----------- |
36 ln -s "$CWD/pentadactylrc" "$HOME/.pentadactylrc" | 36 ln -s "$CWD/pentadactylrc" "$HOME/.pentadactylrc" |
37 | 37 |
38 # TMUX | |
39 # ---- | |
40 ln -s "$CWD/tmux/tmux.conf" "$HOME/.tmux.conf" | |
41 | |
42 # WEECHAT | |
43 # ------ | |
44 ln -s "$CWD/weechat" "$HOME/.weechat" | |
45 |