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 da3990466caf2fa8d635dae9239e1dfc515f29cc
parent 251fab91d5f0b998e50c4d99b8dceaa11ff21cc9
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 27 Mar 2019 08:59:00 +0100

Update and rebuild submodules in uu script

Diffstat:
Mbin/uu | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/uu b/bin/uu @@ -46,7 +46,9 @@ else fi announce "Updating dotfiles" -git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME pull +. ~/.commands.sh +dotfiles pull +dotfiles pull --recurse-submodules && m-all-sl if command -v conda >/dev/null 2>&1; then announce "Upgrading conda packages"