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
| [alias] | |
| co = checkout | |
| ci = commit | |
| st = status | |
| stage = add | |
| unstage = reset HEAD | |
| [user] | |
| name = USERNAME | |
| email = EMAIL_ADDRESS | |
| [github] |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>BackgroundColor</key> | |
| <data> | |
| YnBsaXN0MDDUAQIDBAUGCQpYJHZlcnNpb25UJHRvcFkkYXJjaGl2ZXJYJG9iamVjdHMS | |
| AAGGoNEHCFRyb290gAFfEA9OU0tleWVkQXJjaGl2ZXKjCwwTVSRudWxs0w0ODxARElYk | |
| Y2xhc3NcTlNDb2xvclNwYWNlVU5TUkdCgAIQAUYwIDAgMADSFBUWF1gkY2xhc3Nlc1ok | |
| Y2xhc3NuYW1lohcYV05TQ29sb3JYTlNPYmplY3QIERofKTI3Oj9BU1ddZGt4foCCiY6X |
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
| #!/bin/sh | |
| # AUTHOR: Matt Simerson (matt@tnpi.net) | |
| # | |
| # VERSIONS: | |
| # 1.02 - Dec 16, 2007 | |
| # - adjusted ps invocation for reliable detection when multiple | |
| # - users run ssh-agent on a single system | |
| # 1.01 - Oct 9, 2007 | |
| # - when cleaning up stale agent, remove stale sock file |
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
| # This seems to clean up the double entries in the Open With Dialog | |
| /System/Library/Frameworks/ApplicationServices.framework/ Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user |
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
| git config branch.master.remote origin | |
| git config branch.master.merge refs/heads/master |
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
| li { | |
| width: 200px; | |
| min-height: 250px; | |
| border: 1px solid #000; | |
| display: -moz-inline-stack; | |
| display: inline-block; | |
| vertical-align: top; | |
| margin: 5px; | |
| zoom: 1; | |
| *display: inline; |
NewerOlder