Skip to content

Instantly share code, notes, and snippets.

View Mahathirrr's full-sized avatar
😈
Pushing chaos

Muhammad Mahathir Mahathirrr

😈
Pushing chaos
View GitHub Profile
{
// open json editor for settings
// "workbench.settings.editor": "json",
// Theme
// "workbench.colorTheme": "Aura Dark",
"workbench.colorTheme": "Everblush",
// "workbench.iconTheme": "eq-material-theme-icons",
"workbench.iconTheme": "bearded-icons",
@Mahathirrr
Mahathirrr / keybindings.json
Created May 9, 2024 07:41
Keyboard shortcut vscode archlinux
// [
// {
// "key": "alt+l",
// "command": "livePreview.start.preview.atFile"
// },
// {
// "key": "alt+shift+l",
// "command": "livePreview.end"
// },
// {
@Mahathirrr
Mahathirrr / settings.json
Created May 9, 2024 07:40
settings.json vscode archlinux
{
// open json editor for settings
// "workbench.settings.editor": "json",
// Theme
"workbench.colorTheme": "Aura Dark",
"workbench.iconTheme": "eq-material-theme-icons",
// Change font
"editor.fontFamily": "GeistMono Nerd Font",

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