From 3458532f0d026a16e9d1566a8d4441b341cbba0b Mon Sep 17 00:00:00 2001 From: Starfall Date: Tue, 15 Jun 2021 23:59:53 -0500 Subject: readme: update git repository --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63d047c..665996d 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ This is ["the best way to store your dotfiles"](https://www.atlassian.com/git/tu git init --bare $HOME/.dotfiles alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' config config --local status.showUntrackedFiles no -echo "alias config='git --git-dir=$HOME/.doftiles/ --work-tree=$HOME'" >> .bashrc +echo "alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'" >> .bashrc ``` ## Checking out on a new machine ```bash -git clone --bare ssh://git@monsterware.dev:60666/devin/dotfiles.git $HOME/.dotfiles +git clone --bare https://git.starfall.systems/dots $HOME/.dotfiles alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' config checkout config config --local status.showUntrackedFiles no -- cgit