aboutsummaryrefslogtreecommitdiff
path: root/bin/install_mac.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/install_mac.sh')
-rwxr-xr-xbin/install_mac.sh15
1 files changed, 6 insertions, 9 deletions
diff --git a/bin/install_mac.sh b/bin/install_mac.sh
index 2ed9839..69e84d0 100755
--- a/bin/install_mac.sh
+++ b/bin/install_mac.sh
@@ -15,13 +15,10 @@ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-m
echo "> Install powerlevel9k"
brew tap sambadevi/powerlevel9k
-echo "Install our dotfiles"
-ln -i tmux.conf ~/.tmux.conf
-ln -i bashrc ~/.bashrc
-ln -i vim/vimrc ~/.vimrc
-ln -i Hyperterm/hyper.js ~/.hyper.js
+echo "> Install our dotfiles"
+ln -i mac/zshrc ~/.zshrc
+ln -i mac/tmux.conf ~/.tmux.conf
+ln -i mac/Hyperterm/hyper.js ~/.hyper.js
+ln -i mac/Hyperterm/local/ ~/.hyper_plugins/local/
-ln -i Hyperterm/local ~/.hyper_plugins/local
-
-
-echo "Please install the font Roboto mono nerd, and enable it in your terminal."
+echo "\nPlease install the font Roboto mono nerd, and enable it in your terminal."