Skip to content

Instantly share code, notes, and snippets.

@vladimir-anisimov
Created February 4, 2023 01:01
Show Gist options
  • Save vladimir-anisimov/b6e486629becc1c82d6ac2faa5c1956d to your computer and use it in GitHub Desktop.
Save vladimir-anisimov/b6e486629becc1c82d6ac2faa5c1956d to your computer and use it in GitHub Desktop.
.zchrc oh-my-zsh
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME=""
plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
pod
)
source $ZSH/oh-my-zsh.sh
eval "$(starship init zsh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment