commit 60f2db87dc244fa409f66b61a52526870631af04
parent 19b1d19c9945105c747e33d2f0029cf4924164db
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 4 Apr 2019 09:28:57 +0200
Fix fffs submodule path and add submodule init instructions to README
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.gitmodules b/.gitmodules
@@ -26,5 +26,5 @@
path = lib/scli
url = git@github.com:isamert/scli
[submodule "/home/ad/lib/fffs"]
- path = /home/ad/lib/fffs
+ path = lib/fffs
url = git@gitlab.com:admesg/fffs.git
diff --git a/README.md b/README.md
@@ -3,7 +3,9 @@ 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
- git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout
+ source ~/.commands.sh
+ dotfiles checkout
+ dotfiles 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