/dotfiles

My dotfile repo based on oh-my-zsh

Primary LanguageShellMIT LicenseMIT

my dotfiles(based on oh-my-zsh)

This is my dotfile repo base on the oh-my-zsh

Setup

the config is bootstrap.sh

You need do source this file in your .zshrc, if you clone this repo at ~/dotfiles

	DOTFILES=$HOME/dotfiles
	source $DOTFILES/bootstrap.sh

Symlinks

this part is based on @holman's dotfile repo).