Last active
December 9, 2021 02:03
-
-
Save abuturabofficial/c865c41b5356b588e9dd8f4890e43c74 to your computer and use it in GitHub Desktop.
Revisions
-
Sajid Mahmood revised this gist
Dec 9, 2021 . No changes.There are no files selected for viewing
-
Sajid Mahmood revised this gist
Dec 9, 2021 . 1 changed file with 0 additions and 15 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,15 +0,0 @@ -
Sajid Mahmood created this gist
Nov 30, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ eval "$(oh-my-posh --init --shell bash --config ~/AppData/Local/Programs/oh-my-posh/themes/powerlevel10k_modern.omp.json)" alias ls='ls --color=auto' This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ #Oh-My-Posh module using InstalledModule Command #Import-Module oh-my-posh #Set-PoshPrompt -Theme powerlevel10k_modern oh-my-posh --init --shell pwsh --config ~\AppData\Local\Programs\oh-my-posh\themes\powerlevel10k_modern.omp.json | Invoke-Expression #Terminal Icons for PowerShell Import-Module -Name Terminal-Icons #History, List view, Vim mode for PowerShell Import-Module PSReadLine Set-PSReadLineOption -PredictionSource History Set-PSReadLineOption -PredictionViewStyle ListView Set-PSReadLineOption -EditMode Windows Set-PSReadLineOption -EditMode Vi