diff options
| author | Harris Kaufmann <harris.kaufmann@wibu.com> | 2020-02-27 12:13:59 +0100 |
|---|---|---|
| committer | Harris Kaufmann <harris.kaufmann@wibu.com> | 2020-02-27 12:13:59 +0100 |
| commit | 3a4b10573e117d81b47631f342bb5985edea6333 (patch) | |
| tree | 9aeb8b982fce1264f62257f3065b281cf24a166a /.install | |
| parent | 5d1d495da06c1b27d435284df96ca1a2e51a35f6 (diff) | |
restore dotfiles
Diffstat (limited to '.install')
| -rwxr-xr-x | .install/dotfiles.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.install/dotfiles.sh b/.install/dotfiles.sh new file mode 100755 index 0000000..65bcef2 --- /dev/null +++ b/.install/dotfiles.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +git clone ssh://git@git.kaufmann.site/srv/git/config.git --bare ~/.dotfiles +alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' +config config status.showUntrackedFiles no |
