lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master a8db579 1/2: Rearrange chroot commands


From: Greg Chicares
Subject: [lmi-commits] [lmi] master a8db579 1/2: Rearrange chroot commands
Date: Mon, 16 Sep 2019 20:09:39 -0400 (EDT)

branch: master
commit a8db579e4137d499024d3e9904105012d4baf286
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Rearrange chroot commands
    
    In a new chroot, configure 'wine' first. It's not necessary to configure
    vim or git beforehand.
---
 README.schroot | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/README.schroot b/README.schroot
index 8af537a..83f7069 100644
--- a/README.schroot
+++ b/README.schroot
@@ -272,23 +272,6 @@ exit
 
 schroot --chroot=${CHRTNAME}
 
-# Rebuild vim spellfile (as was done above for root)
-vim -c ':mkspell! ~/.vim/spell/en.utf-8.add' -c ':q'
-
-# Configure git. See:
-#   https://lists.nongnu.org/archive/html/lmi/2016-03/msg00006.html
-git config --global color.ui auto
-git config --global commit.cleanup scissors
-git config --global core.pager "less -+F -+X"
-git config --global diff.colormoved plain
-git config --global log.date iso8601-strict-local
-git config --global log.follow true
-git config --global pull.ff only
-git config --global push.default simple
-# Use your own name and email address.
-git config --global user.email address@hidden
-git config --global user.name "Gregory W. Chicares"
-
 # Initialize wine. See:
 #   https://lists.nongnu.org/archive/html/lmi/2016-10/msg00002.html
 WINEDLLOVERRIDES=mscoree=d wine wineboot
@@ -342,6 +325,23 @@ pushd ~/.wine/drive_c/users/greg/var/opt/
 ln --symbolic --relative --force --no-dereference /var/opt/lmi/ ./lmi
 popd
 
+# Rebuild vim spellfile (as was done above for root)
+vim -c ':mkspell! ~/.vim/spell/en.utf-8.add' -c ':q'
+
+# Configure git. See:
+#   https://lists.nongnu.org/archive/html/lmi/2016-03/msg00006.html
+git config --global color.ui auto
+git config --global commit.cleanup scissors
+git config --global core.pager "less -+F -+X"
+git config --global diff.colormoved plain
+git config --global log.date iso8601-strict-local
+git config --global log.follow true
+git config --global pull.ff only
+git config --global push.default simple
+# Use your own name and email address.
+git config --global user.email address@hidden
+git config --global user.name "Gregory W. Chicares"
+
 # Install lmi for wine.
 
 wget -N 'http://git.savannah.gnu.org/cgit/lmi.git/plain/install_msw.sh'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]