vault backup: 2024-04-12 20:01:33
This commit is contained in:
+6
-4
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"commitMessage": "vault backup: {{date}}",
|
||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"autoSaveInterval": 0,
|
||||
"autoSaveInterval": 1,
|
||||
"autoPushInterval": 0,
|
||||
"autoPullInterval": 0,
|
||||
"autoPullOnBoot": false,
|
||||
"autoPullOnBoot": true,
|
||||
"disablePush": false,
|
||||
"pullBeforePush": true,
|
||||
"disablePopups": false,
|
||||
@@ -14,7 +14,7 @@
|
||||
"updateSubmodules": false,
|
||||
"syncMethod": "merge",
|
||||
"customMessageOnAutoBackup": false,
|
||||
"autoBackupAfterFileChange": false,
|
||||
"autoBackupAfterFileChange": true,
|
||||
"treeStructure": false,
|
||||
"refreshSourceControl": true,
|
||||
"basePath": "",
|
||||
@@ -50,7 +50,9 @@
|
||||
},
|
||||
"textColorCss": "var(--text-muted)",
|
||||
"ignoreWhitespace": false,
|
||||
"gutterSpacingFallbackLength": 5
|
||||
"gutterSpacingFallbackLength": 5,
|
||||
"lastShownAuthorDisplay": "initials",
|
||||
"lastShownDateTimeFormatOptions": "date"
|
||||
},
|
||||
"autoCommitMessage": "vault backup: {{date}}"
|
||||
}
|
||||
Vendored
+8
-6
@@ -4,11 +4,11 @@
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "ad81efe00b87ef30",
|
||||
"id": "7542624ae75caf2d",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "dea3edfddc8b2034",
|
||||
"id": "172063479ceb8706",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "empty",
|
||||
@@ -118,9 +118,7 @@
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "README.md"
|
||||
}
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -140,8 +138,12 @@
|
||||
"command-palette:Open command palette": false
|
||||
}
|
||||
},
|
||||
"active": "8b0230dde8b29191",
|
||||
"active": "172063479ceb8706",
|
||||
"lastOpenFiles": [
|
||||
"Test3.md.md",
|
||||
"Untitled.canvas",
|
||||
"Testing2.md",
|
||||
"Testing.md.md",
|
||||
"README.md"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
```bash
|
||||
apt update && apt upgrade -y
|
||||
```
|
||||
@@ -0,0 +1,6 @@
|
||||
This is a test
|
||||
|
||||
```bash
|
||||
apt update && apt upgrade -y
|
||||
apt install -y nano
|
||||
```
|
||||
@@ -0,0 +1,4 @@
|
||||
```bash
|
||||
apt update && apt upgrade -y
|
||||
apt install -y pwgen
|
||||
```
|
||||
Reference in New Issue
Block a user