This setup is based on this blog post by Atlassian.
function dotfiles() {
git --git-dir=$HOME/.git-dotfiles --work-tree=$HOME $@
}
git clone --bare [email protected]:KarboniteKream/dotfiles.git $HOME/.git-dotfiles
dotfiles checkout
dotfiles submodule update --init
dotfiles config --local status.showUntrackedFiles no
ln -s ~/.zsh/plugins/base16-shell/scripts/base16-atelier-forest.sh .base16_theme
The submodules can be updated with dotfiles submodule update --remote
.