Skip to content

Instantly share code, notes, and snippets.

View yapkhaichuen's full-sized avatar
🎧

Yap Khai Chuen yapkhaichuen

🎧
View GitHub Profile
@yapkhaichuen
yapkhaichuen / khaichuen.json
Last active March 18, 2022 01:27
Custom theme for ohmyposh
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#ff479c",
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
@yapkhaichuen
yapkhaichuen / Microsoft.PowerShell_profile.ps1
Last active February 26, 2022 09:30
PowerShell profile configuration
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
Import-Module -Name Terminal-Icons