]> git.zndr.dk Git - dotfiles.git/commitdiff
Fix dotfiles.sh
authorJannik ZANDER <jannik@zndr.dk>
Sun, 26 Jan 2020 20:07:08 +0000 (21:07 +0100)
committerJannik ZANDER <jannik@zndr.dk>
Sun, 26 Jan 2020 20:07:08 +0000 (21:07 +0100)
bin/dotfiles.sh

index c94ba5da15f0dd7eacb5232a13330c59209d19ee..be977bd5c21aabceae5d541ae38548d694d988ef 100755 (executable)
@@ -3,13 +3,13 @@
 # Define got (git-dotfiles) function
 function got()
 {
-  got --git-dir=$HOME/.dotfiles --work-tree=$HOME "$@"
+  git --git-dir=$HOME/.dotfiles --work-tree=$HOME "$@"
 }
 
 # Initial setup
 got init
 got config --local status.showUntrackedFiles no
-got remote add origin git@zndr.dk:dotfiles
+got remote add origin git@localhost:dotfiles
 got fetch
 got reset --hard origin/master
 got branch -u origin/master