git-subtree-dir: temp-repo git-subtree-split: 6688605ad41f49d1eccead8d29421c658cad0100
25 lines
498 B
Markdown
25 lines
498 B
Markdown
---
|
|
type: ressource
|
|
date: 2025-03-04T12:07
|
|
maturity: graine
|
|
---
|
|
|
|
|
|
|
|
|
|
[Installing ZSH on Termux including themes & useful plugins · GitHub](https://gist.github.com/rahaaatul/cc47d88dddd73a684e67bfa0f8b57d9d)
|
|
|
|
|
|
Allow termux to access local files
|
|
-
|
|
|
|
Save git credentials
|
|
-
|
|
|
|
Remove dubious ownership
|
|
git config --global --add safe.directory /storage/emulated/0/Documents/pkb-perso
|
|
|
|
git config --global user.email "achille.toupin@laposte.net"
|
|
git config --global user.name "gribse-termux"
|
|
|
|
# Sources
|