diff --git a/fzf.sh b/fzf.sh index 9640d0a..b04042b 100755 --- a/fzf.sh +++ b/fzf.sh @@ -26,4 +26,3 @@ export FZF_CTRL_R_OPTS='--height=0' EOF echo "Done configuring fzf!" - diff --git a/zsh.sh b/zsh.sh index 59158e1..ad69c5c 100755 --- a/zsh.sh +++ b/zsh.sh @@ -5,18 +5,17 @@ # ============================= echo "Configuring ZSH..." -echo "NOTE: This script assumes your home dir is called 'sherwood'." +echo "NOTE: This script assumes your home dir is called 'sherwoodcallaway'." # Install oh-my-zsh. -git clone --depth=1 --branch master https://github.com/robbyrussell/oh-my-zsh ~/.oh-my-zsh -sudo ./.oh-my-zsh/tools/install.sh +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" cat > ~/.zshrc << EOF # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH="/Users/sherwood/.oh-my-zsh" +export ZSH="/Users/sherwoodcallaway/.oh-my-zsh" # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case,