I hereby claim:
- I am luminus on github.
- I am luminus (https://keybase.io/luminus) on keybase.
- I have a public key whose fingerprint is F104 0029 018E A112 D080 E5CF D5EB BA2B 88EF 0CA2
To claim this, I am signing this object:
| #!/bin/bash | |
| sudo su postgres -c '/opt/local/lib/postgresql94/bin/pg_ctl -D /opt/local/var/db/postgresql94/defaultdb -l /opt/local/var/db/postgresql94/defaultdb/postgresql.log start' |
| gem install pg -- --with-pg-config=/opt/local/lib/postgresql94/bin/pg_config |
| sudo mv /usr/bin/git /usr/bin/git-apple |
| # Anvil installs Pow if you don't already have it installed. | |
| # Add your sites to Anvil to get your .dev domains | |
| # Install Powder | |
| gem install powder | |
| # Add your .dev domains to your /etc/host file | |
| # This way, whether you have an internet connection or not, you're good. | |
| powder host |
| Verifying that +luminus is my openname (Bitcoin username). https://onename.com/luminus |
| find ./app/views -name '*.erb' | xargs -I file sh -c \ | |
| 'html2haml --erb file | haml2slim > $(echo file | sed 's/erb/slim/') && \ | |
| rm file' |
| require "stringex" | |
| require "thor" | |
| class Post < Thor | |
| desc "new TITLE", "Create a new post" | |
| method_option :editor, :default => "mou" | |
| method_option :date, aliases: "-d", | |
| default: Time.now.strftime('%Y-%m-%d'), |
| github-create() { | |
| repo_name=$1 | |
| dir_name=`basename $(pwd)` | |
| if [ "$repo_name" = "" ]; then | |
| echo "Repo name (hit enter to use '$dir_name')?" | |
| read repo_name | |
| fi | |
I hereby claim:
To claim this, I am signing this object:
| add_filter( 'wcpv_vendor_slug', 'change_vendor_slug' ); | |
| function change_vendor_slug( $slug ) { | |
| return 'new_slug'; | |
| } |