Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 746 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 746 Bytes

omz-custom

My oh-my-zsh customizations.

Setup

  • Install git, setup ssh keys
  • Install oh-my-zsh
  • Inside ~/.oh-my-zsh/custom, clone this repo into a new folder
    cd ~/.oh-my-zsh/custom
    git clone [email protected]:jdkoren/omz-custom.git jdk
  • Add symlinks and configuration file in your home directory
    cd ~
    mv .zshrc .zshrc.bak
    mv .gitconfig .gitconfig.bak
    mv .hgrc .hgrc.bak
    cp .oh-my-zsh/custom/jdk/zshrc .zshrc
    ln -s .oh-my-zsh/custom/jdk/gitconfig .gitconfig
    ln -s .oh-my-zsh/custom/jdk/hgrc .hgrc
    # edit ~/.zshrc with your configurations