I hereby claim:
- I am r3nya on github.
- I am r3nya (https://keybase.io/r3nya) on keybase.
- I have a public key whose fingerprint is BC84 4477 7524 FA80 D9BC 715E F967 2FD2 A112 733E
To claim this, I am signing this object:
| # Minimal zsh config with PS1 and fzf history | |
| # Enable colors | |
| autoload -U colors && colors | |
| # Git branch function (standalone, no Oh My Zsh needed) | |
| git_branch() { | |
| local branch=$(git symbolic-ref --short HEAD 2>/dev/null) | |
| if [[ -n "$branch" ]]; then | |
| local dirty="" |
| " --- General | |
| let mapleader = " " | |
| " enables syntax highlighting | |
| syntax on | |
| " Better colors | |
| set termguicolors |
| export const flatten = (arr) => { | |
| if (!(arr && Array.isArray(arr))) { | |
| return undefined; | |
| } | |
| return arr.reduce( | |
| (acc, currentValue) => ( | |
| acc.concat(Array.isArray(currentValue) | |
| ? flatten(currentValue) | |
| : currentValue) |
| { | |
| "zenMode.hideTabs": false, | |
| "editor.rulers": [ 100, 120 ], | |
| "editor.fontFamily": "Hack", | |
| "editor.fontSize": 13, | |
| "editor.renderWhitespace": "all", | |
| "files.autoSave": "onFocusChange", | |
| "editor.minimap.enabled": true, | |
| "editor.dragAndDrop": true, | |
| "editor.cursorStyle": "line-thin", |
| ~ » ls -1 .vscode/extensions | awk -F'.' '{print $2}' | sed 's/\-[0-9]$//g' | |
| editorconfig | |
| vscode-docker | |
| indenticator | |
| sort-lines | |
| vscode-theme-onedark | |
| vscode-theme-onelight | |
| copy-relative-path | |
| cucumberautocomplete | |
| jest-snippets |
| { | |
| "regions": [ | |
| { "value": 1, "label": "Республика Адыгея (Адыгея)" }, | |
| { "value": 2, "label": "Республика Башкортостан" }, | |
| { "value": 3, "label": "Республика Бурятия" }, | |
| { "value": 4, "label": "Республика Алтай" }, | |
| { "value": 5, "label": "Республика Дагестан" }, | |
| { "value": 6, "label": "Республика Ингушетия" }, | |
| { "value": 7, "label": "Кабардино-Балкарская Республика" }, | |
| { "value": 8, "label": "Республика Калмыкия" }, |
| /* Sidebar - Explorer items */ | |
| .monaco-tree .monaco-tree-rows > .monaco-tree-row { | |
| cursor: default; | |
| } | |
| /* Editor - Scrollbar */ | |
| .editor .monaco-scrollable-element > .scrollbar { | |
| width: 12px !important; |
| /* | |
| This is a real simple pattern that allows you to | |
| maintain a syntax similar to classnames, but use | |
| CSS Module mode in webpack. | |
| (solving the problem of cleanly using object properies as keys) | |
| */ | |
| function use(result, conditions){ | |
| /* |
I hereby claim:
To claim this, I am signing this object:
| ~ » ls -1 .vscode/extensions | awk -F'.' '{print $2}' | sed 's/\-[0-9]$//g' | |
| EditorConfig | |
| beautify | |
| vscode-jest | |
| emoji | |
| ejs-language-support | |
| sort-lines | |
| html-snippets | |
| Bookmarks | |
| copy-relative-path |