diff --git a/3 - Resources/Obsidian vault.md b/3 - Resources/Obsidian vault.md index a149581..62a94b6 100644 --- a/3 - Resources/Obsidian vault.md +++ b/3 - Resources/Obsidian vault.md @@ -36,7 +36,7 @@ Journal --> anything - Create access token for user in git - In terminal `git clone https://@:/falsfour/thevault.git` (make sure to check if it is http or https) - Open the git repository in Obsidian -- Optionally, configure `~/.ssh/config` and add: +- PC Client: onfigure `~/.ssh/config` and add: - ``` Host ziffeldogip.de User git @@ -44,6 +44,7 @@ Journal --> anything IdentityFile ~/.ssh/id_rsa IdentitiesOnly yes ``` +- Phone Client: Termux git clone http link, then set git user/email in Termux, set name and email in Git Plugin in Obsidian, try git sync and enter user credentials once - Open the Git-Plugin settings to local git config - configure user.name - configure user.email