diff options
| author | Harris Kaufmann <harris.kaufmann@wibu.com> | 2020-02-27 12:44:50 +0100 |
|---|---|---|
| committer | Harris Kaufmann <harris.kaufmann@wibu.com> | 2020-02-27 12:44:50 +0100 |
| commit | 124fa72b9f08370a5f04c4ccd598df868cc4f1e6 (patch) | |
| tree | 13a5f964714fca97b3c170a7d905be73166cc53f /.install | |
| parent | 28b761c9d34abf9765e7d6c374694ba361df5cdd (diff) | |
Diffstat (limited to '.install')
| -rwxr-xr-x | .install/dotfiles.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.install/dotfiles.sh b/.install/dotfiles.sh index 9af9ba2..f796da5 100755 --- a/.install/dotfiles.sh +++ b/.install/dotfiles.sh @@ -3,4 +3,5 @@ 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 +git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME push -u origin master |
