Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion fzf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ export FZF_CTRL_R_OPTS='--height=0'
EOF

echo "Done configuring fzf!"

7 changes: 3 additions & 4 deletions zsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down