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": {
"type": "markdown",
"state": {
"file": "Tenmado/Linux - Arch.md",
"file": "Tenmado/Git.md",
"mode": "source",
"source": false
}
@@ -98,7 +98,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Tenmado/Linux - Arch.md",
"file": "Tenmado/Git.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -115,7 +115,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Tenmado/Linux - Arch.md",
"file": "Tenmado/Git.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -138,7 +138,7 @@
"state": {
"type": "outline",
"state": {
"file": "Tenmado/Linux - Arch.md"
"file": "Tenmado/Git.md"
}
}
},
@@ -169,30 +169,30 @@
},
"active": "7a1d3c1c2443bae5",
"lastOpenFiles": [
"Tenmado/Troubleshooting.md",
"Tenmado/Linux - Arch.md",
"Tenmado/reMarkable 2.md",
"Tenmado/Linux - Neovim.md",
"Tenmado/Dotfiles.md",
"Tenmado/Git.md",
"Tenmado/Linux - Games Live Streaming.md",
"Tenmado/Linux - Desktop Entries.md",
"Tenmado/Linux - Commands & CLI.md",
"Tenmado/Linux - Arch.md",
"Tenmado/Linux - Android.md",
"Tenmado/Keyboards.md",
"Tenmado/Git.md",
"Tenmado/Docker Compose.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/Youtube Channels.md",
"Tenmado/Linux - Desktop Entries.md",
"Tenmado/Mac OS.md",
"Tenmado/Windows.md",
"Tenmado/Quotes.md",
"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",
"Files/Screenshots/Raycast.app.png",
"Files/Screenshots",
"Files/untitled folder",
"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.email "email" ## Configures global user email
```