Skip to content

Instantly share code, notes, and snippets.

View jeffoio's full-sized avatar

jeff jeffoio

  • Seoul
View GitHub Profile
⭐ Total Stars: 2
➕ Total Commits: 621
🔀 Total PRs: 116
🚩 Total Issues: 66
📦 Contributed to: 13
🌞 Morning 21 commits █▎░░░░░░░░░░░░░░░░░░░ 6.5%
🌆 Daytime 135 commits ████████▊░░░░░░░░░░░░ 41.8%
🌃 Evening 116 commits ███████▌░░░░░░░░░░░░░ 35.9%
🌙 Night 51 commits ███▎░░░░░░░░░░░░░░░░░ 15.8%
import Foundation
extension String
{
var length: Int {
get {
return countElements(self)
}
}
@jeffoio
jeffoio / Brewfile
Last active December 25, 2021 12:32
# 터미널에서 brew bundle
# tap brew
tap "homebrew/core"
tap "homebrew/cask"
tap "homebrew/bundle"
# brew install
brew "mas"
brew "fasd"
brew "fzf"