Skip to content
View mparker17's full-sized avatar

Organizations

@bradysmeats @alliedflooring @malldatabase @consensus-enterprises
Block or Report

Block or report mparker17

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. drupal-settings_local_snippets drupal-settings_local_snippets Public

    Snippets to use in a `settings.local.php` file.

    PHP 3

  2. drupal-lando_snippets drupal-lando_snippets Public

    Snippets to use in .lando.yml or .lando.local.yml files.

    1

  3. simple-linter-git-hooks simple-linter-git-hooks Public

    A collection of simple linting scripts to use with icefox/git-hooks.

    Shell 3 3

  4. file-code-templates file-code-templates Public

    My File and Code Templates. Uses Apache Velocity Template Language (VTL) for use in PHPStorm.

    PHP 1

  5. $XDG_CONFIG_HOME/nvim $XDG_CONFIG_HOME/nvim
    1
    " Place at $XDG_CONFIG_HOME/nvim/init.vim
    2
    " Assumes neovim (nvim) defaults.
    3
    " Grouping based on https://neovim.io/doc/user/options.html
    4
    
                  
    5
    " 2 moving around, searching and patterns
  6. $XDG_CONFIG_HOME/git $XDG_CONFIG_HOME/git
    1
    [alias]
    2
    	fml = reset --hard HEAD
    3
    	hist = log --pretty=format:\"%C(cyan)%h %C(green)%ad%Creset | %s %C(yellow)%d %C(magenta)[%an]\" --graph --date=short
    4
    	s = status
    5
    	st = status