This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ⭐ Total Stars: 2 | |
| ➕ Total Commits: 621 | |
| 🔀 Total PRs: 116 | |
| 🚩 Total Issues: 66 | |
| 📦 Contributed to: 13 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 🌞 Morning 21 commits █▎░░░░░░░░░░░░░░░░░░░ 6.5% | |
| 🌆 Daytime 135 commits ████████▊░░░░░░░░░░░░ 41.8% | |
| 🌃 Evening 116 commits ███████▌░░░░░░░░░░░░░ 35.9% | |
| 🌙 Night 51 commits ███▎░░░░░░░░░░░░░░░░░ 15.8% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Foundation | |
| extension String | |
| { | |
| var length: Int { | |
| get { | |
| return countElements(self) | |
| } | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 터미널에서 brew bundle | |
| # tap brew | |
| tap "homebrew/core" | |
| tap "homebrew/cask" | |
| tap "homebrew/bundle" | |
| # brew install | |
| brew "mas" | |
| brew "fasd" | |
| brew "fzf" |