You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
467 B

# Setup
On a new host
## Min Browser
## Element Desktop
To share passwords and other random links.
## Git
### User Name and Email
### Cache Password
Because Gitea / Forgejo require that the repository directory belong to the `gitea` or `forgejo` user, and I believe
I've misconfigured it on `petra`.
According to this
https://www.freecodecamp.org/news/how-to-fix-git-always-asking-for-user-credentials/
```
git config --global credential.helper store
```