Compare commits

...

3 Commits

Author SHA1 Message Date
toniiz
19ce36846a vault backup: 2024-05-18 21:21:19 2024-05-18 21:21:19 -07:00
toniiz
606ac30275 vault backup: 2024-05-18 21:16:47 2024-05-18 21:16:47 -07:00
toniiz
59af04173b vault backup: 2024-05-18 21:11:33 2024-05-18 21:11:33 -07:00
2 changed files with 16 additions and 17 deletions

View File

@@ -25,7 +25,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Tenmado/Linux - Arch.md", "file": "Tenmado/Git.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@@ -98,7 +98,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Tenmado/Linux - Arch.md", "file": "Tenmado/Git.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -115,7 +115,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Tenmado/Linux - Arch.md", "file": "Tenmado/Git.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@@ -138,7 +138,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Tenmado/Linux - Arch.md" "file": "Tenmado/Git.md"
} }
} }
}, },
@@ -169,30 +169,30 @@
}, },
"active": "7a1d3c1c2443bae5", "active": "7a1d3c1c2443bae5",
"lastOpenFiles": [ "lastOpenFiles": [
"Tenmado/Troubleshooting.md", "Tenmado/Dotfiles.md",
"Tenmado/Linux - Arch.md", "Tenmado/Git.md",
"Tenmado/reMarkable 2.md", "Tenmado/Linux - Games Live Streaming.md",
"Tenmado/Linux - Neovim.md", "Tenmado/Linux - Desktop Entries.md",
"Tenmado/Linux - Commands & CLI.md", "Tenmado/Linux - Commands & CLI.md",
"Tenmado/Linux - Arch.md",
"Tenmado/Linux - Android.md", "Tenmado/Linux - Android.md",
"Tenmado/Keyboards.md", "Tenmado/Keyboards.md",
"Tenmado/Git.md",
"Tenmado/Docker Compose.md", "Tenmado/Docker Compose.md",
"Tenmado/Docker.md", "Tenmado/Docker.md",
"Files/Screenshots/Raycast.app.png",
"Files/Screenshots/Money.Manager.EX.png",
"Files/Screenshots/Files.App.png",
"Files/Screenshots/Alacritty.win.png",
"Tenmado/Troubleshooting.md",
"Tenmado/reMarkable 2.md",
"Tenmado/Linux - Neovim.md",
"Tenmado/README.md", "Tenmado/README.md",
"Tenmado/Youtube Channels.md", "Tenmado/Youtube Channels.md",
"Tenmado/Linux - Desktop Entries.md",
"Tenmado/Mac OS.md", "Tenmado/Mac OS.md",
"Tenmado/Windows.md", "Tenmado/Windows.md",
"Tenmado/Quotes.md", "Tenmado/Quotes.md",
"Untitled", "Untitled",
"Files/Screenshots/Money.Manager.EX.png",
"Files/Screenshots/Files.App.png",
"Files/Screenshots/Alacritty.win.png",
"Tenmado/Dotfiles.md",
"Tenmado/Linux - Games Live Streaming.md",
"4913", "4913",
"Files/Screenshots/Raycast.app.png",
"Files/Screenshots", "Files/Screenshots",
"Files/untitled folder", "Files/untitled folder",
"Git", "Git",

View File

@@ -16,4 +16,3 @@ Set up global information to *keep stuff organized and see changes made by other
git config --global user.name "username" ## Configures global username git config --global user.name "username" ## Configures global username
git config --global user.email "email" ## Configures global user email git config --global user.email "email" ## Configures global user email
``` ```