From 4463d4c010f491ef121ec1eecfd5e13937ab6993 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 30 Jun 2021 15:34:01 +0200 Subject: [PATCH] fixes in git initialization --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3db16d3..e7deeef 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ chsh -s $(which zsh) # Initialization ```sh git init --bare $HOME/dotfiles -alias dot="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME" (add this to .zshenv or .bashrc) +alias dot='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' (add this to .zshenv or .bashrc) source .zshenv dot config --local status.showUntrackedFiles no -git remote add origin https://gitea.cloudpshere.duckdns.org/marc/dotfiles.git -git remote -v +dot remote add origin https://gitea.cloudpshere.duckdns.org/marc/dotfiles.git +dot remote -v ``` # Usage