Home
개인용 Gist 리포지토리입니다. Source: github.com/hooreique/hooreique.github.io
Total 17 scenarios
-
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 [[ -d "$HOME/bin" ]]; then export PATH="$PATH:$HOME/bin" fi if [[ -f /mnt/c/Program\ Files/…