This commit is contained in:
Marc Beninca 2021-11-06 11:31:49 +01:00
parent 4bcc89acd3
commit 1b74b17889

View file

@ -13,11 +13,14 @@ Configure
.. code:: ini .. code:: ini
[options] [options]
VerbosePkgLists
ILoveCandy ILoveCandy
.. todo:: disable mingw32 group * remove unused architecture groups
* edit /etc/pacman.d/mirrorlist.msys * remove unused architecture mirrors
* edit /etc/pacman.d/mirrorlist.*
.. code:: ini .. code:: ini
@ -26,9 +29,22 @@ Configure
.. todo:: mingw64 mirrorlist .. todo:: mingw64 mirrorlist
* /etc/nsswitch.conf
::
db_home: /c/Users/%U
* run msys2_shell.cmd * run msys2_shell.cmd
* close window at the end of the process * close window at the end of the process
certificates
^^^^^^^^^^^^
::
/usr/ssl/certs/ca-bundle.crt
user user
^^^^ ^^^^
@ -36,9 +52,9 @@ user
.. code:: shell .. code:: shell
source /usr/share/git/git-prompt.sh if git --version &> /dev/null; then
source /usr/share/git/git-prompt.sh
.. todo:: test if exists fi
Use Use
--- ---