These are my dotfiles, available for everybody (especially me).
Feel free to use them as template for your own dotfiles, but remember: Those are my dotfiles. Be creative yourself. You don't want my crap, you want your own.
git clone --recursive --no-checkout https://github.com/dasJ/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
git show HEAD:scripts/bootstrap | bash
scripts/install
gpg/- GPG configurationgraphical/- Configuration for graphical toolslocal/- Local configuration, excluded from gitmisc/- Single configuration filesscripts/- Helper scripts, not supposed to be added to $PATHsystemd/- systemd user unitsvim/- vim configuration and plugin managerzsh/- zsh configuration and plugin manager
.zshenv → [.zprofile if login] → [.zshrc if interactive] → [.zlogin if login] → [session] → [.zlogout sometimes]`