Skip to content

Instantly share code, notes, and snippets.

View stefanom's full-sized avatar

Stefano Mazzocchi stefanom

View GitHub Profile
#!/bin/bash
CONFIG_REPO="git@github.com:stefanom/configs.git"
CONFIG_LOCAL=".cfg"
CONFIG_BACKUP=".config-backup"
function config {
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@
}