Created
February 19, 2019 02:40
-
-
Save therealparmesh/3fabbefc0096626967ba6b2fa3ae51b9 to your computer and use it in GitHub Desktop.
macOS zsh configuration using Antigen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ANTIGEN_PATH=~/.antigen | |
source $ANTIGEN_PATH/antigen.zsh | |
antigen use oh-my-zsh | |
antigen theme robbyrussell | |
antigen bundle zsh-users/zsh-autosuggestions | |
antigen bundle zsh-users/zsh-completions | |
antigen bundle zsh-users/zsh-history-substring-search | |
antigen bundle zsh-users/zsh-syntax-highlighting | |
antigen apply | |
bindkey "^[[A" history-substring-search-up | |
bindkey "^[[B" history-substring-search-down |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment