From 2fc440c3001fe32346ef53edca7eee94f87585fb Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 19 Feb 2021 16:58:16 -0800 Subject: [PATCH] Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43635cc..ef58b3d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ the path to the Git directory, $HOME/.cfg/ for bare and $HOME/.cfg/.git/ for no 2. alias cfg='/usr/bin/git --git-dir=$HOME/.cfg/.git/ --work-tree=$HOME' 3. echo "alias cfg='/usr/bin/git --git-dir=$HOME/.cfg/.git/ --work-tree=$HOME'" >> $HOME/.zsh/aliases 4. cfg config --local status.showUntrackedFiles no -5. cfg add .vimrc + config commit -m "add .vimrc" + Set up a remote repository on GitHub or your Git server of choice + config push +5. cfg add .vimrc + cfg commit -m "add .vimrc" + Set up a remote repository on GitHub or your Git server of choice + cfg push ### Install @@ -25,7 +25,7 @@ the path to the Git directory, $HOME/.cfg/ for bare and $HOME/.cfg/.git/ for no ### Using a bare repository 1. git init --bare $HOME/.cfg -2. alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' +2. alias cfg='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' 3. echo "alias cfg='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'" >> $HOME/.zsh/aliases 4. cfg config --local status.showUntrackedFiles no 5. cfg add .vimrc + cfg commit -m "add .vimrc" + set up a remote repository on GitHub or your Git server of choice + cfg push -- 2.34.1