Skip to content

Instantly share code, notes, and snippets.

@Pan-Maciek
Created November 8, 2019 22:23
Show Gist options
  • Save Pan-Maciek/3bcc2dbf62401e6489ffd9393318af93 to your computer and use it in GitHub Desktop.
Save Pan-Maciek/3bcc2dbf62401e6489ffd9393318af93 to your computer and use it in GitHub Desktop.
Instruction on how to create dotfiles git bare repo.
mkdir ~/git
mkdir ~/git/dotfiles
# add alias
echo "alias config=$(which git) --git-dir=$HOME/git/dotfiles --work-tree=$HOME" >> .zshrc
source .zshrc
config config --local status.showUntrackedFiles no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment