Skip to content

Instantly share code, notes, and snippets.

View goranmoomin's full-sized avatar

Sungbin Jo (조성빈) goranmoomin

View GitHub Profile
@goranmoomin
goranmoomin / modern-template.svg
Created February 25, 2019 18:21
Github badge template compatible with `gh-badges` from `badge/shield`
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Array.from(document.querySelectorAll("*")).map(el => el.className).filter(x => x).reduce((a, b) => a + " " + b)
@goranmoomin
goranmoomin / Brewfile
Last active February 4, 2019 16:51
Bootstraping my laptop
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
brew "cmake"
brew "dnscrypt-proxy", restart_service: true
brew "fish"
brew "roswell"
brew "tmux"