Skip to content

Instantly share code, notes, and snippets.

@geekish
Created February 29, 2020 01:24
Show Gist options
  • Save geekish/20ba7c8c084cc18f0866c0eecfafd0b3 to your computer and use it in GitHub Desktop.
Save geekish/20ba7c8c084cc18f0866c0eecfafd0b3 to your computer and use it in GitHub Desktop.
Forge server .zshrc
export LANG=en_US.UTF-8
source $HOME/antigen/antigen.zsh
antigen use oh-my-zsh
antigen bundle jessarcher/zsh-artisan
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 theme dracula/zsh dracula
antigen apply
if [[ -r ~/.zshrc.local ]]; then
source ~/.zshrc.local
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment