From c4161afe968cd25e0a6a390f9db1723ca3628a8a Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Mon, 8 Feb 2021 16:24:38 -0500 Subject: [PATCH] update README with new dev/ prefix --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65e98f1..30879fb 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ These are my dotfiles, useful for my own shell configuration and not much else. #!/bin/sh #Initialization script sourced from Atlassian: https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/ - git clone --bare ssh://git@git.penguincoder.org:2222/penguincoder/dotfiles.git + mkdir -p $HOME/dev + git clone --bare ssh://git@git.penguincoder.org:2222/penguincoder/dotfiles.git dev/dotfiles.git function config { - /usr/bin/git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME $@ + /usr/bin/git --git-dir=$HOME/dev/dotfiles.git/ --work-tree=$HOME $@ } mkdir -p .config-backup config checkout