Added a new ubiquity instance recently. I'm happy to say that I've moved my home directory to a git repo. For internal usage git on borg is a good choice.
gob-ctl create user/lindner/dotfiles
cd ~
git init
echo "*" > .gitignore
git add .gitignore
git commit -m "initial commit"
git remote add origin sso://user/lindner/dotfiles
git push -u origin master
The trick I mention below for append only files also works for .dremel_history
http://
#googplus