Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 464 Bytes

ohmyzsh-custom

install

easy

sh -c "$(curl -fsSL https://raw.githubusercontent.com/meinenec/ohmyzsh-custom/master/tools/install.sh)"

manual

Clone this repo into $HOME/.ohmyzsh-custom

  • You can use any directory as long as you also update your .zshrc (below)

replace the contents of $HOME/.zshrc with:

export ZSH=$HOME/.oh-my-zsh
export ZSH_CUSTOM=$HOME/.ohmyzsh-custom

source $ZSH_CUSTOM/custom.zshrc
source $ZSH/oh-my-zsh.sh