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
|
.. 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
|
||||||
|
|
||||||
|
if git --version &> /dev/null; then
|
||||||
source /usr/share/git/git-prompt.sh
|
source /usr/share/git/git-prompt.sh
|
||||||
|
fi
|
||||||
.. todo:: test if exists
|
|
||||||
|
|
||||||
Use
|
Use
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue