|
@@ -53,7 +53,7 @@ _install_tools() {
|
|
|
[ -d "$HOME/liquidprompt" ] || git clone "https://github.com/nojhan/liquidprompt.git" "$HOME/liquidprompt"
|
|
|
which tmux >/dev/null || brew install tmux
|
|
|
[ -f "$HOME/.bash_profile" ] || ln -sv "$HOME/.profile" "$HOME/.bash_profile"
|
|
|
- [ -f "$HOME/.bashrc" ] || ln -sv "$HOME/.profile" "$HOME/.bash_profile"
|
|
|
+ [ -f "$HOME/.bashrc" ] || ln -sv "$HOME/.profile" "$HOME/.bashrc"
|
|
|
}
|
|
|
|
|
|
_install_dev_js() {
|