Created
April 30, 2019 18:56
-
-
Save bromanko/b7e68b0f49fe2c0ca4df2d0d1e96a388 to your computer and use it in GitHub Desktop.
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/.dotfiles | |
alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' | |
dot config --local status.showUntrackedFiles no | |
echo "alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'" >> $HOME/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment