dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit d022c5a90e4b18737bf4aafe96e861f5451509c6 (patch)
parent 554ebf541ee27db60a8513f08ce3fa777b350fb0
Author: Alex Karle <alex@alexkarle.com>
Date:   Sun, 27 Sep 2020 21:01:25 -0400

doc: Fix README installation instructions

The showUntracked was only needed before I put the '*' in ~/.gitignore

Diffstat:
MREADME.md | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -16,7 +16,6 @@ This all said, to set up a new machine I run: ```sh $ git clone --bare https://github.com/akarle/dotfiles ~/.cfg -$ git -C ~/.cfg config status.showUntrackedFiles no -$ alias cfg='git --git-dir=$HOME/.cfg --work-tree=$HOME' +$ alias cfg='git --git-dir=$HOME/.cfg --work-tree=$HOME' # one time only $ cfg checkout # resolve any conflicts from existing files... ```