Skip to content
View mparker17's full-sized avatar

Organizations

@bradysmeats @alliedflooring @malldatabase @consensus-enterprises

Block or report mparker17

Report abuse

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

Report abuse

Pinned Loading

  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