My oh-my-zsh customizations.
- Install git, setup ssh keys
- Install oh-my-zsh
- Inside
~/.oh-my-zsh/custom
, clone this repo into a new foldercd ~/.oh-my-zsh/custom git clone git@github.com: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