diff options
| author | Harris Kaufmann <harris.kaufmann@wibu.com> | 2020-02-27 12:26:17 +0100 |
|---|---|---|
| committer | Harris Kaufmann <harris.kaufmann@wibu.com> | 2020-02-27 12:26:17 +0100 |
| commit | 28b761c9d34abf9765e7d6c374694ba361df5cdd (patch) | |
| tree | c94fb38df80cb91ce5f8efe0db61d1c27d1ec2fd /.install | |
| parent | 9fe59def0df3932826872c4e2314f2f423eabbba (diff) | |
reset repo
Diffstat (limited to '.install')
| -rwxr-xr-x | .install/dotfiles.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.install/dotfiles.sh b/.install/dotfiles.sh index 65bcef2..9af9ba2 100755 --- a/.install/dotfiles.sh +++ b/.install/dotfiles.sh @@ -1,5 +1,6 @@ #!/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 +git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME config status.showUntrackedFiles no +git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME reset + |
