Home
개인용 Gist 리포지토리입니다. Source: github.com/hooreique/hooreique.github.io
Total 18 scenarios
-
hoobira.zsh-theme
```zsh{gist label=~/.oh-my-zsh/custom/themes/hoobira.zsh-theme} # The name of this theme, _hoobira_, means the _hoo_ mod of _bi…
-
Signing Commit
```ini{gist label=~/.gitconfig} [user] name = Foo email = bar@baz.com signingKey = ~/.ssh/prikey [gpg] format = ssh [co…
-
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…