From 2b98d4a30d401403934a550c0e753942aa0faece Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Wed, 9 Oct 2019 17:07:39 +0200 Subject: :truck: Add install-scripts, reorganize --- bin/install_mac.sh | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 bin/install_mac.sh (limited to 'bin/install_mac.sh') diff --git a/bin/install_mac.sh b/bin/install_mac.sh deleted file mode 100755 index 69e84d0..0000000 --- a/bin/install_mac.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -echo "> Install Homebrew" -/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - -echo "> Install \"Highlight, atool, w3m, mediainfo\"" -bew install highlight atool w3m mediainfo - -echo "> Install Oh-My-Zsh" -sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" - -echo "> Install zsh-autosuggestions" -git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions - -echo "> Install powerlevel9k" -brew tap sambadevi/powerlevel9k - -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/ - -echo "\nPlease install the font Roboto mono nerd, and enable it in your terminal." -- cgit v1.2.3