Skip to content

Instantly share code, notes, and snippets.

@agusrichard
Last active December 5, 2021 08:43
Show Gist options
  • Save agusrichard/33988efcfde07f96b5b0ac5d4a517f6d to your computer and use it in GitHub Desktop.
Save agusrichard/33988efcfde07f96b5b0ac5d4a517f6d to your computer and use it in GitHub Desktop.
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="cloud"
plugins=(
git
zsh-autosuggestions
zsh-syntax-highlighting
)
source $ZSH/oh-my-zsh.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment