Skip to content

Instantly share code, notes, and snippets.

@AbhieSpeaks
AbhieSpeaks / dev-setup.md
Last active February 1, 2024 10:56 — forked from leodutra/-setup-windows-wsl-devenv.md
Development environment setup: Installing WSL2, Hyper, ZSH, VSCode, OhMyZsh

Installing Windows Subsystem for Linux 2, Hyper, ZSH, Node.js and VSCode extensions

Preview

Requirements

Steps

@pentagonal
pentagonal / DatabaseBackup.php
Created June 18, 2017 12:14
Dump Database Using Doctrine -> Without `MYSQL DUMP`
<?php
/**
* (MYSQL EXPORT WITHOUT DUMP USE DOCTRINE DBAL)
*
*
*
* NOTE : ONLY WORKS WITH `MYSQL` ONLY
*
* This Class Using Doctrine DBAL to instantiate connection
* {@link : https://github.com/doctrine/dbal}
@dtjm
dtjm / config
Created August 13, 2010 17:34
Wrapper to use OS X FileMerge when calling `svn diff`
### ~/.subversion/config
### Add this line to the [helpers] section
diff-cmd = ~/bin/svn-diffwrap.sh