msys2
This commit is contained in:
parent
4bcc89acd3
commit
1b74b17889
1 changed files with 21 additions and 5 deletions
|
@ -13,11 +13,14 @@ Configure
|
|||
.. code:: ini
|
||||
|
||||
[options]
|
||||
VerbosePkgLists
|
||||
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
|
||||
|
||||
|
@ -26,9 +29,22 @@ Configure
|
|||
|
||||
.. todo:: mingw64 mirrorlist
|
||||
|
||||
* /etc/nsswitch.conf
|
||||
|
||||
::
|
||||
|
||||
db_home: /c/Users/%U
|
||||
|
||||
* run msys2_shell.cmd
|
||||
* close window at the end of the process
|
||||
|
||||
certificates
|
||||
^^^^^^^^^^^^
|
||||
|
||||
::
|
||||
|
||||
/usr/ssl/certs/ca-bundle.crt
|
||||
|
||||
user
|
||||
^^^^
|
||||
|
||||
|
@ -36,9 +52,9 @@ user
|
|||
|
||||
.. code:: shell
|
||||
|
||||
source /usr/share/git/git-prompt.sh
|
||||
|
||||
.. todo:: test if exists
|
||||
if git --version &> /dev/null; then
|
||||
source /usr/share/git/git-prompt.sh
|
||||
fi
|
||||
|
||||
Use
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue