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:
remove_action( 'woocommerce_after_checkout_billing_form', array( 'WC_EU_VAT_Number', 'vat_number_field' ) ); | |
add_action( 'HOOK-YOU-WANT-TO-ADD-IT-TO', array( 'WC_EU_VAT_Number', 'vat_number_field' ) ); |
location ~ \.php$ { | |
fastcgi_param PHP_VALUE "sendmail_path=/usr/bin/env PATH/TO/catchmail -f [email protected]"; | |
} |
add_filter( 'wcpv_vendor_slug', 'change_vendor_slug' ); | |
function change_vendor_slug( $slug ) { | |
return 'new_slug'; | |
} |
I hereby claim:
To claim this, I am signing this object:
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 | |
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'), |
find ./app/views -name '*.erb' | xargs -I file sh -c \ | |
'html2haml --erb file | haml2slim > $(echo file | sed 's/erb/slim/') && \ | |
rm file' |
Verifying that +luminus is my openname (Bitcoin username). https://onename.com/luminus |
# 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 |
sudo mv /usr/bin/git /usr/bin/git-apple |