Skip to content

Stackblocks/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

DOTS: A --Bare Repo Dotfiles Container

Setup

git init --bare $HOME/.dots
alias dots='/usr/bin/git --git-dir=$HOME/.dots/ --work-tree=$HOME'
dots config --local status.showUntrackedFiles no
echo "alias dots='/usr/bin/git --git-dir=$HOME/.dots/ --work-tree=$HOME'" >> $HOME/.zshrc

Further instructions for cloning, migration, etc. can be found on the Atlassian blog post this was sourced from.

About

Bare repo for dotfiles as described on https://www.atlassian.com/git/tutorials/dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published