Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 781 Bytes

oh-my-zsh.md

File metadata and controls

29 lines (22 loc) · 781 Bytes

install oh-my-zsh shell

via curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

via wget

sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

customization by alexya

  • open ~/.zshrc
  • change theme of zsh: ZSH_THEME="crcandy"
  • change the plugins which you want to load when starting zsh shell: plugins=(git)

how to integrate posh-git-sh into oh-my-zsh

. ~/.posh-git-sh/git-prompt.sh
  • copy the alexya.zsh-theme to ~/.oh-my-zsh/themes
  • edit ~/.zshrc: ZSH_THEME="alexya"
  • reopen the current terminal