Skip to content

Instantly share code, notes, and snippets.

@xprateek
xprateek / 1_shell.omp.json
Created August 12, 2023 15:02
OH-MY-POSH THEME UPDATE FOR WINDOWS 11 NEW ICON AND SHELL ICONS FORM NF FONTS
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#ffbebc",
"leading_diamond": "<#ff70a6> \ue200 </>",
# OH MY POSH TRIGGER
oh-my-posh init pwsh --config 'C:\Users\prateek\AppData\Local\Programs\oh-my-posh\themes\tiwahu.omp.json' | Invoke-Expression
# PS READLINE
Import-Module PSReadLine
Import-Module CompletionPredictor
# Shows navigable menu of all options when hitting Tab
Set-PSReadLineKeyHandler -Key Tab -Function MenuComplete
@xprateek
xprateek / Best_Active_Arch_Based_Distro_2023.md
Last active March 29, 2023 09:28
Help You To Find Best Arch Distro For ```YOU```
Download RUST X64 --> https://www.rust-lang.org/learn/get-started
Download MSYS2 X64 --> https://www.msys2.org/
{Use Winget to download RUST GNU and MSYS2
Packge Name :
Rustlang.Rust.GNU
Rustlang.Rustup (for cargo)
MSYS2.MSYS2
}
OPEN MSYS2