This file contains 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
🏆 947 Contributions in year 2020 | |
📦 Used 64 MB in GitHub's Storage | |
📜 4 Public Gists | |
🔑 1 Public Keys | |
🚫 Not opted to Hire |
This file contains 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 180 commits █▍░░░░░░░░░░░░░░░░░░░ 7.0% | |
🌆 Daytime 829 commits ██████▊░░░░░░░░░░░░░░ 32.3% | |
🌃 Evening 1232 commits ██████████░░░░░░░░░░░ 48.0% | |
🌙 Night 324 commits ██▋░░░░░░░░░░░░░░░░░░ 12.6% |
This file contains 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
{ | |
"editor.tabSize": 2, | |
"editor.fontSize": 12, | |
"editor.cursorStyle": "underline", | |
"editor.rulers": [ | |
80 | |
], | |
"explorer.autoReveal": false, | |
"editor.wordWrap": "on", | |
"editor.fontFamily": "Source Code Variable", |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>Vincent Mac</string> | |
<key>name</key> | |
<string>enlightened</string> | |
<key>settings</key> | |
<array> |