Home
개인용 Gist 리포지토리입니다. Source: github.com/hooreique/hooreique.github.io
Total 17 scenarios
-
Signing Commit
```ini{gist label=~/.gitconfig} [user] name = Foo email = bar@baz.com signingKey = ~/.ssh/prikey [gpg] format = ssh [co…
-
wsl.conf
```ini{gist label=/etc/wsl.conf} # https://learn.microsoft.com/en-us/windows/wsl/wsl-config#systemd-support [boot] systemd=true…
-
wezterm.lua
```lua{gist label=%USERPROFILE%\.config\wezterm\wezterm.lua} local wezterm = require 'wezterm' local config = {} if wezterm.c…
-
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…