from github to this gitea

This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:09:51 +02:00
commit a2ee0fa5ca
2898 changed files with 307871 additions and 0 deletions

13
homebrew.md Normal file
View File

@@ -0,0 +1,13 @@
up::[[installing things]]
title::"macos package manager"
#informatique
----
# Changing installation settings
You can edit settings for a certain app using :
`brew edit <name>`
That opens a configuration file that controls taht installation settings.
Then, you can recompile that app using :
`brew reinstall --build-from-source <name>`