blob: 9af9ba21ad4127849353e0e49794613155e012b3 (
plain)
1
2
3
4
5
6
|
#!/bin/bash
git clone ssh://git@git.kaufmann.site/srv/git/config.git --bare ~/.dotfiles
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME config status.showUntrackedFiles no
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME reset
|