dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 0ae44890fb9040b4f9b7f52bd05983b303a3f5d8
parent cf4f4a4d15050b31a76ce1250f8bfd87a038b5ed
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 10 Apr 2019 13:34:55 +0200

Fix instructions in README

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

diff --git a/README.md b/README.md @@ -3,9 +3,8 @@ My configuration files for GNU/Linux utilities. This repository should be managed as a *bare Git repository*. Install with: git clone --bare git@gitlab.com:admesg/dotfiles.git $HOME/.dotfiles - source ~/.commands.sh - dotfiles checkout - dotfiles submodule update --init --recursive + git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout + git --git-dir=$HOME/.dotfiles --work-tree=$HOME submodule update --init --recursive Afterwards, log out and log back in. The `dotfiles` command will now be available as a substitute for the `git` command, and is used to manage all