Skip to content

Instantly share code, notes, and snippets.

View coolguy1990's full-sized avatar
🍪
Happily coding away while munching on cookies

Kunal Mangaraj coolguy1990

🍪
Happily coding away while munching on cookies
View GitHub Profile
@coolguy1990
coolguy1990 / cloudSettings
Created April 15, 2019 06:51
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-04-15T06:51:33.802Z","extensionVersion":"v3.2.8"}
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.11/require.min.js"></script>
</head>
<body><script id="jsbin-javascript">
requirejs.config({
paths: {
ramda: 'https://cdnjs.cloudflare.com/ajax/libs/ramda/0.13.0/ramda.min',
jquery: 'https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min',

Keybase proof

I hereby claim:

  • I am coolguy1990 on github.
  • I am coolguy1990 (https://keybase.io/coolguy1990) on keybase.
  • I have a public key ASDLeMlYA4CdkK1vVHVcQ3TfQprKSR5sasEjgIG37sji8Ao

To claim this, I am signing this object:

{
// Plugin settings
// Turn the debug output on/off
"show_debug": true,
// Which file types (file extensions), do you want the plugin to
// execute for
"extensions_to_execute": ["php"],

pear config-set auto_discover 1 pear install pear.phpunit.de/PHPUnit

pear channel-discover pear.pdepend.org pear install pdepend/PHP_Depend

pear channel-discover pear.phpmd.org pear channel-discover pear.pdepend.org pear install --alldeps phpmd/PHP_PMD

# laravel new-app
alias laravel="git clone -o laravel -b develop https://github.com/laravel/laravel.git"
alias artisan="php artisan"
alias migrate="php artisan migrate"
alias serve="php artisan serve"
alias dump="php artisan dump"
alias t="phpunit"
# Generators Package