From: Gabriel Dunne Date: Sat, 20 Feb 2021 00:58:16 +0000 (-0800) Subject: Readme X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=2fc440c3001fe32346ef53edca7eee94f87585fb;p=cfg.git Readme --- 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