Skip to content

Instantly share code, notes, and snippets.

View chris-brown's full-sized avatar

Chris chris-brown

View GitHub Profile
@chris-brown
chris-brown / .powerline.omp.json
Last active October 18, 2021 18:48
Ow my posh configuration
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "transparent",
"foreground": "#ffffff",
"powerline_symbol": "",
@chris-brown
chris-brown / Microsoft.PowerShell_profile.ps1
Last active December 21, 2021 10:55
Powershelll Profile
Import-Module posh-git
Import-Module Terminal-Icons
Set-PoshPrompt -Theme C:\Users\*changeme*\.powerline-override.json
# This key handler shows the entire or filtered history using Out-GridView. The
# typed text is used as the substring pattern for filtering. A selected command
# is inserted to the command line without invoking. Multiple command selection
# is supported, e.g. selected by Ctrl + Click.
Set-PSReadLineKeyHandler -Key F7 `
-BriefDescription History `
@chris-brown
chris-brown / settings.json
Created December 21, 2021 10:35
Terminal Settings
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
},
@chris-brown
chris-brown / Setup.md
Last active December 21, 2021 10:54
Setup instructions for Windows Terminal and VS Code.