/dotfiles

Configuration files

Primary LanguageShellOtherNOASSERTION

dotfiles

Previous Requirements

git clone https://github.com/belfazt/dotfiles ~/.dotfiles
echo 'export DOTFILES="$HOME/.dotfiles"' >> ~/.zshrc
echo 'source "$DOTFILES/.zshenv"' >> ~/.zshrc
git config --global core.excludesfile $DOTFILES/.gitignore_global

# forget about HTTPS whenever talking with github through git
git config --global url.ssh://git@github.com:.insteadOf https://github.com/