there are many dotfiles, but these are mine.
These are for Mac. I have a branch for Linux Mint, but that should work on many different distros.
My dotfiles directory sits at ~/dotfiles, each directory includes an relevant install.sh file, you can run all of them by running ./setup.
bin, and functions have the most interesting things here.
Notes:
setupsets$ZDOTDIRto~/dotfiles/zsh/, and symlinks~/dotfiles/zsh/.zshenvto~/.zshenvsetupsets$ZSH_CUSTOMto~/dotfiles/zsh/custom, so any additional plugins/themes should be put there (i.e. in~/dotfiles/zsh/custom/themes)- todo creates a todo on the Desktop, todos are listed when a shell is opened
cd # go home
# install developer tools
xcode-select --install
# Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone https://github.com/seanbreckenridge/dotfiles
./dotfiles/setup