Home
개인용 Gist 리포지토리입니다. Source: github.com/hooreique/hooreique.github.io
Total 21 scenarios
-
wezterm.lua
```lua{gist label=%USERPROFILE%\.config\wezterm\wezterm.lua} local wezterm = require 'wezterm' local config = {} if wezterm.c…
-
wsl.conf
```ini{gist label=/etc/wsl.conf} # https://learn.microsoft.com/en-us/windows/wsl/wsl-config#systemd-support [boot] systemd=true…
-
flake.nix
```nix{gist label=flake.nix} { description = "Node.js dev env"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-u…
-
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 {…