vault backup: 2024-01-23 21:30:39
This commit is contained in:
38
.obsidian/workspace.json
vendored
38
.obsidian/workspace.json
vendored
@@ -13,13 +13,26 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "README.md",
|
"file": "Tenmado/Dotfiles.md",
|
||||||
|
"mode": "source",
|
||||||
|
"source": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "876d3512bf6bfafa",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "Tenmado/Mac OS.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"currentTab": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
@@ -85,7 +98,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "README.md",
|
"file": "Tenmado/Mac OS.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@@ -102,7 +115,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "README.md",
|
"file": "Tenmado/Mac OS.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
@@ -125,7 +138,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "README.md"
|
"file": "Tenmado/Mac OS.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -154,20 +167,21 @@
|
|||||||
"command-palette:Open command palette": false
|
"command-palette:Open command palette": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "fc9fca48673f0de6",
|
"active": "876d3512bf6bfafa",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"4913",
|
"Tenmado/Linux - Neovim.md",
|
||||||
|
"Tenmado/Linux - Games Live Streaming.md",
|
||||||
"Tenmado/Linux - Desktop Entries.md",
|
"Tenmado/Linux - Desktop Entries.md",
|
||||||
"Tenmado/Linux - Commands & CLI.md",
|
"Tenmado/Linux - Commands & CLI.md",
|
||||||
"README.md",
|
"Tenmado/Git.md",
|
||||||
"Tenmado/Dotfiles.md",
|
"Tenmado/Dotfiles.md",
|
||||||
|
"Tenmado/Mac OS.md",
|
||||||
|
"Tenmado/Docker Compose.md",
|
||||||
|
"README.md",
|
||||||
|
"4913",
|
||||||
"Files/Screenshots/Raycast.app.png",
|
"Files/Screenshots/Raycast.app.png",
|
||||||
"Files/Screenshots",
|
"Files/Screenshots",
|
||||||
"Files/untitled folder",
|
"Files/untitled folder",
|
||||||
"Tenmado/Git.md",
|
|
||||||
"Tenmado/Linux - Games Live Streaming.md",
|
|
||||||
"Tenmado/Linux - Neovim.md",
|
|
||||||
"Tenmado/Docker Compose.md",
|
|
||||||
"Git",
|
"Git",
|
||||||
"Tenmado/Linux - Desktop Entries 1.md",
|
"Tenmado/Linux - Desktop Entries 1.md",
|
||||||
"Refence Notes",
|
"Refence Notes",
|
||||||
|
|||||||
@@ -12,4 +12,8 @@ usermod -aG sudo user_name #changes user group to a different one, in this case
|
|||||||
cat /etc/passwd
|
cat /etc/passwd
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Change default from bash to zsh**
|
||||||
|
```bash
|
||||||
|
chsh -s $(which zsh) # changes the default shell from bash from zsh
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
9
Tenmado/Mac OS.md
Normal file
9
Tenmado/Mac OS.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#Public/Notta
|
||||||
|
|
||||||
|
## Essentials
|
||||||
|
|
||||||
|
### Raycast
|
||||||
|
Replacement for Spotlight, it has a huge vast of new features
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user