Skip to content

Instantly share code, notes, and snippets.

View ronokdev's full-sized avatar
🎯
Focusing

Farhan Fuad Ronok ronokdev

🎯
Focusing
View GitHub Profile
@ronokdev
ronokdev / gist:1d385d87a455694ddc9e11377a5c9cad
Last active May 15, 2018 10:44 — forked from ankitnetwork18/gist:4510118
mysql: remove all spaces from values and change it to lower case
UPDATE cities SET city_state = lower(trim(city_state))
@ronokdev
ronokdev / PowerShell Customization.md
Created October 29, 2018 05:29 — forked from tanvir86/PowerShell Customization.md
PowerShell, Cmder / ConEmu, Posh-Git, Oh-My-Posh, Powerline Customization

Pimping Up Your PowerShell & Cmder with Posh-Git, Oh-My-Posh, & Powerline Fonts

Backstory (TLDR)

I work as a full-stack developer at work. We are a Windows & Azure shop, so we are using Windows as our development platform, hence this customization.

For my console needs, I am using Cmder which is based on ConEmu with PowerShell as my shell of choice.

Yes, yes, I know nowadays you can use the Linux subsystem on Windows 10 which allow you to run Ubuntu on Windows. If you are looking for customization of the Ubuntu bash shell, check out this article by Scott Hanselman.