Skip to content

Instantly share code, notes, and snippets.

View arushsharma24's full-sized avatar

Arush Sharma arushsharma24

View GitHub Profile
@arushsharma24
arushsharma24 / windows-terminal-configs
Created June 7, 2022 05:58
Terminal configurations for windows terminal
## Powershell profile:
oh-my-posh init pwsh --config ~/.jandedobbeleer.omp.json | Invoke-Expression
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
# Autocompletion for arrow keys
Set-PSReadlineKeyHandler -Key UpArrow -Function HistorySearchBackward
Set-PSReadlineKeyHandler -Key DownArrow -Function HistorySearchForward
## Terminal settings.json