feat: document mentorship policy (#35)

Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/35
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
2024-11-04 22:42:49 +00:00
committed by Naomi the Technomancer
parent 9435f049c8
commit a76ef752ef
6 changed files with 156 additions and 30 deletions

View File

@ -455,7 +455,7 @@ IgnorePkg =
This is a complete list of all packages on the machine. This list is generated with `yay -Q`.
:::warning
:::caution
This list is mega chonky.
:::
@ -3414,7 +3414,7 @@ This file goes in `~/.config/discord/settings.json`.
### 3.10 Hyfetch
There are two config files here. The first is for `hyfetch` itself, and goes in `~/.config/hyfetch`.
There are two config files here. The first is for `hyfetch` itself, and goes in `~/.config/hyfetch.json`.
```json
{
@ -3435,7 +3435,7 @@ There are two config files here. The first is for `hyfetch` itself, and goes in
}
```
The second goes in `~/.config/neofetch`.
The second goes in `~/.config/neofetch/config.conf`.
```conf
@ -3558,15 +3558,15 @@ This file goes in `~/.config/wofi/style.css`.
```css
/* The name of the window itself */
#window {
background-color: rgba(24, 24, 24, 0.6);
background-color: rgba(4, 98, 79, 0.33);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
border-radius: 1rem;
font-size: 1.2rem;
font-family: "Fira Code";
}
#window #outer-box #input {
background-color: rgba(24, 24, 24, 0.6);
color: #f2f2f2;
background-color: rgba(4, 98, 79, 0.33);
color: #abfcec;
border: none;
border-bottom: 1px solid rgba(24, 24, 24, 0.2);
padding: 0.8rem 1rem;
@ -3600,12 +3600,11 @@ Naomi uses VSCode as her current code editor.
### 4.1. Settings
This is Naomi's `settings.json` file.
This is Naomi's `settings.json` file. This goes in `~/.config/VSCodium/User/settings.json`.
```json
{
"workbench.colorTheme": "Winter is Coming (Dark Blue)",
"workbench.iconTheme": "vscode-great-icons",
"workbench.iconTheme": "vscode-icons",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
@ -3670,7 +3669,45 @@ This is Naomi's `settings.json` file.
"xml",
"svg"
],
"cSpell.language": "en-GB"
"cSpell.language": "en-GB",
"http.proxyAuthorization": null,
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false
},
"workbench.colorTheme": "SynthWave '84",
"discord.detailsIdling": "She's not editing a file...",
"discord.detailsEditing": "{file_name}:L{current_line}:{current_column}",
"discord.lowerDetailsEditing": "{workspace}/{git_branch}",
"discord.largeImageIdling": "Nothing to see here...",
"discord.lowerDetailsIdling": "Off in lala land...",
"editor.inlayHints.enabled": "off",
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#1073cf2d",
"editor.lineHighlightBorder": "#9fced11f"
},
"editor.wordWrap": "off",
"diffEditor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"sonarlint.connectedMode.connections.sonarcloud": [
{
"organizationKey": "nhcarrigan-1",
"connectionId": "nhcarrigan-1"
}
],
"synthwave84.brightness": 1,
"codegpt.model": "ChatGPT",
"codegpt.apiKey": <redacted>,
"sonarlint.rules": {
"typescript:S5843": {
"level": "on"
}
},
"glassit.alpha": 150,
"glassit.force_sway": true
}
```
@ -3685,24 +3722,38 @@ adpyke.codesnap
astro-build.astro-vscode
bungcip.better-toml
camilamartinezbedoya.pro-hacker-theme
chrmarti.regex
daylerees.rainglow
dbaeumer.vscode-eslint
donjayamanne.githistory
eamodio.gitlens
emmanuelbeziat.vscode-great-icons
esbenp.prettier-vscode
firefox-devtools.vscode-firefox-debug
github.copilot
github.copilot-chat
hoovercj.vscode-power-mode
icrawl.discord-vscode
johnpapa.winteriscoming
jzmstrjp.color-the-tag-name
kisstkondoros.vscode-codemetrics
leodevbro.blockman
markwylde.vscode-filesize
niv-l-a.vscode-clps2c
oderwat.indent-rainbow
omrigrossman.live-code-metric
pranaygp.vscode-css-peek
prisma.prisma
robbowen.synthwave-vscode
ruby0b.pride-themes
s-nlf-fh.glassit
sonarsource.sonarlint-vscode
streetsidesoftware.code-spell-checker
timkmecl.codegpt3
tonybaloney.vscode-pets
usernamehw.errorlens
vitest.explorer
vscode-icons-team.vscode-icons
wix.vscode-import-cost
yandeu.five-server
yoavbls.pretty-ts-errors