From a1200a3534514362319845d74a03a0d4453900d3 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sat, 4 Feb 2023 21:18:15 +0100 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aef2122..ae8fd51 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ My dotfiles. If you want to use them fork or clone the repo. Each branch has spe * `echo ".dotfiles" >> .gitignore` * `git clone --bare git@git.namesny.com:Mathis/dotfiles.git $HOME/.dotfiles` * `alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'` +* `config checkout ` * `config submodule init` * `config submodule update` -* `config checkout` * `source .zshrc` ## [Full Guide](https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/)