Skip to content

Commit

Permalink
vault backup: 2024-05-11 19:29:43
Browse files Browse the repository at this point in the history
Affected files:
content/.obsidian/plugins/recent-files-obsidian/data.json
content/.obsidian/workspace.json
content/mocs/Dev Environment MOC.md
  • Loading branch information
windsuzu committed May 11, 2024
1 parent d3536e5 commit 3e0a632
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
8 changes: 4 additions & 4 deletions content/.obsidian/plugins/recent-files-obsidian/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"recentFiles": [
{
"basename": "index",
"path": "index.md"
},
{
"basename": "Dev Environment MOC",
"path": "mocs/Dev Environment MOC.md"
Expand All @@ -20,10 +24,6 @@
"basename": "z for fish",
"path": "fish-shell/z for fish.md"
},
{
"basename": "index",
"path": "index.md"
},
{
"basename": "Install Fish Shell",
"path": "fish-shell/Install Fish Shell.md"
Expand Down
24 changes: 11 additions & 13 deletions content/.obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@
"type": "split",
"children": [
{
"id": "57696c8e8c80aae4",
"id": "cf586ebee856d8ba",
"type": "tabs",
"children": [
{
"id": "30b03782ad2407bf",
"id": "c54cf8dd370d449b",
"type": "leaf",
"pinned": true,
"state": {
"type": "markdown",
"state": {
"file": "mocs/Dev Environment MOC.md",
"file": "index.md",
"mode": "source",
"source": false
},
"pinned": true
}
}
}
]
Expand Down Expand Up @@ -104,7 +102,7 @@
"state": {
"type": "localgraph",
"state": {
"file": "mocs/Dev Environment MOC.md",
"file": "index.md",
"options": {
"collapse-filter": true,
"search": "",
Expand Down Expand Up @@ -154,7 +152,7 @@
"state": {
"type": "outline",
"state": {
"file": "mocs/Dev Environment MOC.md"
"file": "index.md"
}
}
},
Expand Down Expand Up @@ -195,7 +193,7 @@
"state": {
"type": "file-properties",
"state": {
"file": "mocs/Dev Environment MOC.md"
"file": "index.md"
}
}
},
Expand All @@ -205,7 +203,7 @@
"state": {
"type": "backlink",
"state": {
"file": "mocs/Dev Environment MOC.md",
"file": "index.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -222,7 +220,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "mocs/Dev Environment MOC.md",
"file": "index.md",
"linksCollapsed": false,
"unlinkedCollapsed": false
}
Expand All @@ -248,10 +246,10 @@
"cmdr:Obsidian Git: Create backup": false
}
},
"active": "3d50214808998e0a",
"active": "e4f857c12bc33e53",
"lastOpenFiles": [
"fish-shell/fzf.fish.md",
"mocs/Dev Environment MOC.md",
"fish-shell/fzf.fish.md",
"fish-shell/nvm.fish.md",
"fish-shell/Fish Shell.md",
"fish-shell/z for fish.md",
Expand Down
4 changes: 1 addition & 3 deletions content/mocs/Dev Environment MOC.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
draft: false
date: 2024-05-11 18:19
date: 2024-05-11 18:59
tags:
- dev-environment
---
Expand All @@ -15,5 +15,3 @@ tags:
- [[nvm.fish]] - [nvm](https://github.com/nvm-sh/nvm) (Node Version Manager) for fish
- [done](https://github.com/franciscolourenco/done)- getting notification when process done
- [autopair.fish](https://github.com/jorgebucaran/autopair.fish) - matching pairs `(),{},[],"",''` auto-completion

## WSL 2

0 comments on commit 3e0a632

Please sign in to comment.