Skip to content

Instantly share code, notes, and snippets.

View Agontuk's full-sized avatar

Iftekhar Rifat Agontuk

View GitHub Profile
@Agontuk
Agontuk / .zshrc
Last active October 7, 2022 17:43
oh-my-zsh configuration
# Path to your oh-my-zsh installation.
export ZSH=${HOME}/.oh-my-zsh
TERM=xterm-256color
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="spaceship"
<?php
namespace App\Http\Middleware;
use Closure;
class QueryMiddleware
{
/**
* Handle an incoming request.
@Agontuk
Agontuk / .vimrc
Last active January 19, 2017 12:47
Vim configuration file
" Use latest vim settings/options
set nocompatible
so ~/.vim/plugins.vim
" Plugins configurations
@Agontuk
Agontuk / .eslintrc
Created April 20, 2017 18:56
Eslint config
{
"extends": ["airbnb", "plugin:flowtype/recommended"],
"parser": "babel-eslint",
"plugins": ["react", "flowtype"],
"rules": {
// Auto detect arrow body style
"arrow-body-style": ["error", "as-needed"],
// Always use parentheses around arrow function
"arrow-parens": ["error", "always"],
@Agontuk
Agontuk / cloudSettings
Last active November 27, 2019 11:01
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-11-27T11:01:20.216Z","extensionVersion":"v3.4.3"}