Home
개인용 Gist 리포지토리입니다. Source: github.com/hooreique/hooreique.github.io
Total 17 scenarios
-
Lazygit Config
```yaml{gist label="~/Library/Application\ Support/lazygit/config.yml"} # https://github.com/jesseduffield/lazygit/blob/master/…
-
SSH Reverse Tunneling
### Remote host that listens on `localhost:22`: ```bash nohup $(which sshd) -D -f /dev/null -o HostKey=~/.ssh/host_ed25519 -o …
-
Java Debugee Config
```json{gist label=.vscode/launch.json} { "version": "0.2.0", "configurations": [ { "type": "java", "name":…
-
Deno Debugee Config
```json{gist label=.vscode/launch.json} { "version": "0.2.0", "configurations": [ { "type": "pwa-node", "re…
-
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…