Skip to content

Instantly share code, notes, and snippets.

@niro1987
Last active September 8, 2023 17:16
Show Gist options
  • Save niro1987/47fd691351cb9cc5d3c1ec0deaba6e55 to your computer and use it in GitHub Desktop.
Save niro1987/47fd691351cb9cc5d3c1ec0deaba6e55 to your computer and use it in GitHub Desktop.
oh-myz-zsh config
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="robbyrussell"
zstyle ':omz:update' mode auto
plugins=(git history zsh-autosuggestions zsh-syntax-highlighting ohmyzsh-full-autoupdate)
source $ZSH/oh-my-zsh.sh
export LANG=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment