Skip to content

Instantly share code, notes, and snippets.

View mblackritter's full-sized avatar

Michael Black Ritter mblackritter

View GitHub Profile
@mblackritter
mblackritter / keybase.md
Created August 22, 2018 01:12
Keybase verification

Keybase proof

I hereby claim:

  • I am mblackritter on github.
  • I am mblackritter (https://keybase.io/mblackritter) on keybase.
  • I have a public key ASBFI-W0OH36fzR3bhiUxTsSCAU9S6107CZV2Y7XyaYvNQo

To claim this, I am signing this object:

@mblackritter
mblackritter / octobercms-plugin-theme-download-artisan.md
Last active December 28, 2016 06:22
OctoberCMS plugin and theme installation via Artisan command line - Take the guesswork... ;)

Plugins

Blog
./artisan plugin:install rainlab.blog

Frontend Plugins
./artisan plugin:install indikator.plugins

Share Count
./artisan plugin:install uxms.sharecount

@mblackritter
mblackritter / .profile
Created January 16, 2016 22:22
Some aliases/shorts for grep, MacPorts and youtube-dl within ~/.profile
# Aliases for Grep
alias g='grep '
alias gr='grep -ri'
# Aliases for MacPorts
alias pl='port list'
alias plg='port list | grep -i '
alias pi='port installed'
alias pig='port installed | grep -i '
alias spi='sudo port install'