Skip to content

Instantly share code, notes, and snippets.

@Ofsen
Ofsen / Ofsen
Last active September 8, 2023 06:55
{"name":"ofsen-profile","settings":"{\"settings\":\"{\\r\\n\\t\\\"workbench.colorTheme\\\": \\\"Material Theme Palenight High Contrast\\\",\\r\\n\\t\\\"editor.fontFamily\\\": \\\"'JetBrainsMono Nerd Font', 'Fira Code', Consolas, 'Courier New', monospace\\\",\\r\\n\\t\\\"editor.fontLigatures\\\": true,\\r\\n\\t\\\"editor.fontSize\\\": 16,\\r\\n\\t\\\"editor.mouseWheelZoom\\\": true,\\r\\n\\t\\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\r\\n\\t\\\"editor.formatOnSave\\\": true,\\r\\n\\t\\\"workbench.colorCustomizations\\\": {\\r\\n\\t\\t\\\"activityBarBadge.background\\\": \\\"#F44336\\\",\\r\\n\\t\\t\\\"list.activeSelectionForeground\\\": \\\"#F44336\\\",\\r\\n\\t\\t\\\"list.inactiveSelectionForeground\\\": \\\"#F44336\\\",\\r\\n\\t\\t\\\"list.highlightForeground\\\": \\\"#F44336\\\",\\r\\n\\t\\t\\\"scrollbarSlider.activeBackground\\\": \\\"#F4433650\\\",\\r\\n\\t\\t\\\"editorSuggestWidget.highlightForeground\\\": \\\"#F44336\\\",\\r\\n\\t\\t\\\"textLink.foreground\\\": \\\"#F44336\\\",\\r\\n\\t\\
@Ofsen
Ofsen / semantic-commit-messages.md
Created April 23, 2022 13:30 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@Ofsen
Ofsen / Install Miktex on Debian 10
Last active September 13, 2021 21:07
Step-by-step installing MikTex on Debian 10 and make it run on Visual Studio Code
! Doesn't work on Debian 11 - instead use texlive
How to install MikTex and make it run on vscode
1 - follow https://miktex.org/download
a - at step "b" change "stretch" to "buster"
b - when finished installing run `miktex-console`
2 - update miktex in the miktex-console
a - go to "packages" and install "latexmk"
@Ofsen
Ofsen / settings.json
Last active October 24, 2020 10:04
VS Code Settings
{
"workbench.colorTheme": "Material Theme Ocean High Contrast",
"files.autoSave": "afterDelay",
"window.zoomLevel": -1,
"editor.fontFamily": "Cascadia Code PL SemiLight, Fira Code, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"workbench.iconTheme": "material-icon-theme",
"python.linting.pylintArgs": ["--load-plugins=pylint_django"],
"editor.formatOnSave": true,
"workbench.colorCustomizations": {