Skip to content

Instantly share code, notes, and snippets.

View dbrax's full-sized avatar
💭
actively coding

Emmanuel Paul Mnzava dbrax

💭
actively coding
View GitHub Profile
@dbrax
dbrax / .php-cs-fixer.php
Created June 22, 2022 07:19 — forked from laravel-shift/.php-cs-fixer.php
PHP CS Fixer - Laravel Coding Style Ruleset
<?php
use PhpCsFixer\Config;
use PhpCsFixer\Finder;
$rules = [
'array_indentation' => true,
'array_syntax' => ['syntax' => 'short'],
'binary_operator_spaces' => [
'default' => 'single_space',
@dbrax
dbrax / flutter_setup.md
Created July 25, 2021 14:55 — forked from bradtraversy/flutter_setup.md
Flutter dev setup & notes
@dbrax
dbrax / .zshrc
Last active May 19, 2021 07:03 — forked from kenziebottoms/.zshrc
oh-my-zsh shortcuts
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=~/.oh-my-zsh
DEFAULT_USER="emmanuel"
ZSH_THEME="emmastyle"