Home
개인용 Gist 리포지토리입니다. Source: github.com/hooreique/hooreique.github.io
Total 18 scenarios
-
Vimatic Config
```json{gist label=json} { "keymaps": { "a": { "type": "follow.start", "newTab": false }, "<S-Esc>": { "type": "addon…
-
normal.css
```css{gist label=normal.css} *, *::before, *::after { box-sizing: border-box; margin: 0; font-weight: normal; } :root {…
-
init.zsh
```zsh{gist label=~/init.zsh} if [[ -f "/mnt/c/Program Files/Microsoft VS Code/bin/code" \ && ":$PATH:" != *":/mnt…