View gist:1afe69726f2481ff00becf61fa0a0937
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
### Keybase proof | |
I hereby claim: | |
* I am jesseschoff on github. | |
* I am jesseschoff (https://keybase.io/jesseschoff) on keybase. | |
* I have a public key ASAOTQfRFH-R3QHc6SVqAVRhJ4Fo4P1I1hnOqGNMIviytAo | |
To claim this, I am signing this object: |
View gist:886eacfc0c06b5e847cfcefefc67c3f9
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
Verifying that "jesseschoff.id" is my Blockstack ID. https://onename.com/jesseschoff |
View osx-for-hackers.sh
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
#!/bin/sh | |
# Some things taken from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Set the colours you can use | |
black='\033[0;30m' | |
white='\033[0;37m' | |
red='\033[0;31m' | |
green='\033[0;32m' |