Skip to content

Instantly share code, notes, and snippets.

@kuzaxak
Last active December 22, 2017 19:26
Show Gist options
  • Save kuzaxak/8fef20a14c7ffce45ed12df42ea4fd73 to your computer and use it in GitHub Desktop.
Save kuzaxak/8fef20a14c7ffce45ed12df42ea4fd73 to your computer and use it in GitHub Desktop.
sudo yum install zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
git clone https://github.com/zdharma/history-search-multi-word.git ~/.oh-my-zsh/custom/plugins/history-search-multi-word
tee ~/.zshrc >/dev/null <<EOF
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="robbyrussell"
plugins=(
git
zsh-autosuggestions
laravel
history-search-multi-word
)
source $ZSH/oh-my-zsh.sh
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment