Created
February 2, 2018 02:00
-
-
Save scotthelm/19ad841a4b7275cecbbf73fa721a7561 to your computer and use it in GitHub Desktop.
Create bare config git repository for dotfiles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git init --bare $HOME/.cfg | |
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' | |
config config --local status.showUntrackedFiles no | |
echo "alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'" >> $HOME/.zshenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment